Skip to content

Commit

Permalink
🎌 Add missing locales
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jan 8, 2016
1 parent e232223 commit 6cacc53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/static/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,33 @@
{ "value": "ar", "label": "العربية" },
{ "value": "ca", "label": "Català" },
{ "value": "cs", "label": "Čeština" },
{ "value": "cy", "label": "Cymraeg" },
{ "value": "da", "label": "Dansk" },
{ "value": "de", "label": "Deutsch" },
{ "value": "el", "label": "ελληνικά" },
{ "value": "en", "label": "English" },
{ "value": "eo", "label": "Esperanto" },
{ "value": "es", "label": "Español" },
{ "value": "fa", "label": "فارسی" },
{ "value": "fi", "label": "Suomi" },
{ "value": "fr", "label": "Français" },
{ "value": "he", "label": "עברית" },
{ "value": "hu", "label": "Magyar" },
{ "value": "in", "label": "Bahasa Indonesia" },
{ "value": "it", "label": "Italiano" },
{ "value": "ja", "label": "日本語" },
{ "value": "ko", "label": "한국어" },
{ "value": "nb", "label": "Norsk (bokmål)" },
{ "value": "nl", "label": "Nederlands Vlaams" },
{ "value": "pl", "label": "Polszczyzna" },
{ "value": "pt_BR", "label": "Português (do Brasil)" },
{ "value": "pt_PT", "label": "Português" },
{ "value": "ro", "label": "Română" },
{ "value": "ru", "label": "Русский" },
{ "value": "sk", "label": "Slovenčina" },
{ "value": "sr", "label": "Cрпски језик" },
{ "value": "sv", "label": "Svenska" },
{ "value": "uk", "label": "Українська" },
{ "value": "zh", "label": "中文" }
]
}

0 comments on commit 6cacc53

Please sign in to comment.