Merge branch 'master' of https://github.com/LibrePlan/libreplan
This commit is contained in:
commit
aade5c1743
1 changed files with 4 additions and 4 deletions
|
|
@ -47,10 +47,10 @@ public enum Language {
|
|||
GERMAN_LANGUAGE("Deutsch", new Locale("de")),
|
||||
CATALAN_LANGUAGE("Català", new Locale("ca")),
|
||||
CHINESE_LANGUAGE("中文", new Locale("zh_CN")),
|
||||
NORWEGIAN_LANGUAGE("Norwegian Bokmål", new Locale("nb"));
|
||||
PERSIAN_LANGUAGE("پﺍﺮﺳی", new Locale("fa_IR"));
|
||||
JAPANESE_LANGUAGE("日本語", new Locale("ja"));
|
||||
PORTUGESE_BRAZIL_LANGUAGE("Portugese (Brazil) ", new Locale("pt_BR"));
|
||||
NORWEGIAN_LANGUAGE("Norwegian Bokmål", new Locale("nb")),
|
||||
PERSIAN_LANGUAGE("پﺍﺮﺳی", new Locale("fa_IR")),
|
||||
JAPANESE_LANGUAGE("日本語", new Locale("ja")),
|
||||
PORTUGESE_BRAZIL_LANGUAGE("Portugese (Brazil) ", new Locale("pt_BR")),
|
||||
SWEDISCH_LANGUAGE("Svenska", new Locale("sv_SE"));
|
||||
|
||||
private final String displayName;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue