added stubs for monthnames
fenris

fenris commited on 2016-06-11 11:16:02
Zeige 2 geänderte Dateien mit 50 Einfügungen und 1 Löschungen.

... ...
@@ -1,4 +1,52 @@
1 1
 [
2
+	{
3
+		"description": null, "type": "noun", "tags": ["time","month"],
4
+		"translations": {"fs": [], "en": ["january"], "af": [], "nl": [], "yi": [], "de": ["januar","jenner","hartung","hartmonat","hartmond","eismonat","eismond","lassmonat","wolfsmonat","wintermonat"], "da": [], "nb": [], "sv": [], "nn": [], "is": [], "pg": []}
5
+	},
6
+	{
7
+		"description": null, "type": "noun", "tags": ["time","month"],
8
+		"translations": {"fs": [], "en": ["february"], "af": [], "nl": [], "yi": [], "de": ["februar","hornung","hintester","rebmonat","rebmond","schmelzmond","taumond","narrenmond"], "da": [], "nb": [], "sv": [], "nn": [], "is": [], "pg": []}
9
+	},
10
+	{
11
+		"description": null, "type": "noun", "tags": ["time","month"],
12
+		"translations": {"fs": [], "en": ["march"], "af": [], "nl": [], "yi": [], "de": ["märz","märzen","lenzing","lenzmond","lenzmonat","frühlingsmonat"], "da": [], "nb": [], "sv": [], "nn": [], "is": [], "pg": []}
13
+	},
14
+	{
15
+		"description": null, "type": "noun", "tags": ["time","month"],
16
+		"translations": {"fs": [], "en": ["april"], "af": [], "nl": [], "yi": [], "de": ["april","launing","grasmond","ostermond","ostermonat"], "da": [], "nb": [], "sv": [], "nn": [], "is": [], "pg": []}
17
+	},
18
+	{
19
+		"description": null, "type": "noun", "tags": ["time","month"],
20
+		"translations": {"fs": [], "en": ["may"], "af": [], "nl": [], "yi": [], "de": ["mai","bleuet","blühmond","blumenmond","winnemond","wonnemond","wonnemonat"], "da": [], "nb": [], "sv": [], "nn": [], "is": [], "pg": []}
21
+	},
22
+	{
23
+		"description": null, "type": "noun", "tags": ["time","month"],
24
+		"translations": {"fs": [], "en": ["june"], "af": [], "nl": [], "yi": [], "de": ["juni","brachet","brachmond"], "da": [], "nb": [], "sv": [], "nn": [], "is": [], "pg": []}
25
+	},
26
+	{
27
+		"description": null, "type": "noun", "tags": ["time","month"],
28
+		"translations": {"fs": [], "en": ["july"], "af": [], "nl": [], "yi": [], "de": ["juli","heuet","heuert","heumond","heumonat","bärenmonat","honigmonat","honigmond"], "da": [], "nb": [], "sv": [], "nn": [], "is": [], "pg": []}
29
+	},
30
+	{
31
+		"description": null, "type": "noun", "tags": ["time","month"],
32
+		"translations": {"fs": [], "en": ["august"], "af": [], "nl": [], "yi": [], "de": ["august","ernting","erntemond","erntemonat","bisemond"], "da": [], "nb": [], "sv": [], "nn": [], "is": [], "pg": []}
33
+	},
34
+	{
35
+		"description": null, "type": "noun", "tags": ["time","month"],
36
+		"translations": {"fs": [], "en": ["september"], "af": [], "nl": [], "yi": [], "de": ["holzing","holzmond","herbstmonat","erster herbstmond","scheiding","scheidung","engelmonat"], "da": [], "nb": [], "sv": [], "nn": [], "is": [], "pg": []}
37
+	},
38
+	{
39
+		"description": null, "type": "noun", "tags": ["time","month"],
40
+		"translations": {"fs": [], "en": ["october"], "af": [], "nl": [], "yi": [], "de": ["oktober","gilbhart","gilbhard","weinmond","weinmonat","zweiter herbstmond"], "da": [], "nb": [], "sv": [], "nn": [], "is": [], "pg": []}
41
+	},
42
+	{
43
+		"description": null, "type": "noun", "tags": ["time","month"],
44
+		"translations": {"fs": [], "en": ["november"], "af": [], "nl": [], "yi": [], "de": ["november","Nebelung","windmond","windmonat","nebelmond","wintermonat","schlachtmond","dritter herbstmond"], "da": [], "nb": [], "sv": [], "nn": [], "is": [], "pg": []}
45
+	},
46
+	{
47
+		"description": null, "type": "noun", "tags": ["time","month"],
48
+		"translations": {"fs": [], "en": ["december"], "af": [], "nl": [], "yi": [], "de": ["dezember","christmond","christmonat","julmond","dustermond","heilmond","heiligenmonat","wendeling"], "da": [], "nb": [], "sv": [], "nn": [], "is": [], "pg": []}
49
+	},
2 50
 	{
3 51
 		"description": null, "type": "verb", "tags": [],
4 52
 		"translations": {"fs": [], "en": ["like"], "af": [], "nl": [], "yi": [], "de": ["mög"], "da": [], "nb": ["lik"], "sv": ["gill"], "nn": [], "is": [], "pg": []}
... ...
@@ -856,7 +904,7 @@
856 904
 		"translations": {"fs": ["sun"], "en": ["sun"], "af": [], "nl": [], "yi": [], "de": ["sonne"], "da": [], "nb": ["sol"], "sv": [], "nn": [], "is": [], "pg": []}
857 905
 	},
858 906
 	{
859
-		"description": null, "type": "noun", "tags": [,"weekday"],
907
+		"description": null, "type": "noun", "tags": ["time","weekday"],
860 908
 		"translations": {"fs": ["sundag"], "en": ["sunday"], "af": [], "nl": [], "yi": [], "de": ["sonntag"], "da": [], "nb": ["søndag"], "sv": [], "nn": [], "is": [], "pg": []}
861 909
 	},
862 910
 	{
... ...
@@ -1,4 +1,5 @@
1 1
 == Wordlist for Folksprak ==
2 2
 
3 3
 - Please insert the stems of the words, e.g. the German word "haben" should be inserted as "hab"
4
+- before committing please use a tool for ascertaining that the list is a valid json-file, e.g. JSONLint (See http://jsonlint.com/ ; also available as binary in most GNU/Linux-distributions)
4 5
 
5 6