|
@@ -20,10 +20,10 @@ language_codes = (
|
20
|
20
|
("ar_XA", "Arabic", "Arabia"),
|
21
|
21
|
("bg_BG", "Bulgarian", "Bulgaria"),
|
22
|
22
|
("cs_CZ", "Czech", "Czech Republic"),
|
23
|
|
- ("de_DE", "German", "Germany"),
|
24
|
23
|
("da_DK", "Danish", "Denmark"),
|
25
|
24
|
("de_AT", "German", "Austria"),
|
26
|
25
|
("de_CH", "German", "Switzerland"),
|
|
26
|
+ ("de_DE", "German", "Germany"),
|
27
|
27
|
("el_GR", "Greek", "Greece"),
|
28
|
28
|
("en_AU", "English", "Australia"),
|
29
|
29
|
("en_CA", "English", "Canada"),
|
|
@@ -58,10 +58,10 @@ language_codes = (
|
58
|
58
|
("ko_KR", "Korean", "Korea"),
|
59
|
59
|
("lt_LT", "Lithuanian", "Lithuania"),
|
60
|
60
|
("lv_LV", "Latvian", "Latvia"),
|
61
|
|
- ("oc_OC", "Occitan", "Occitan"),
|
62
|
61
|
("nb_NO", "Norwegian", "Norway"),
|
63
|
62
|
("nl_BE", "Dutch", "Belgium"),
|
64
|
63
|
("nl_NL", "Dutch", "Netherlands"),
|
|
64
|
+ ("oc_OC", "Occitan", "Occitan"),
|
65
|
65
|
("pl_PL", "Polish", "Poland"),
|
66
|
66
|
("pt_BR", "Portuguese", "Brazil"),
|
67
|
67
|
("pt_PT", "Portuguese", "Portugal"),
|