strings readded
This commit is contained in:
@@ -20,21 +20,24 @@ namespace NadekoBot.Modules.Administration
|
||||
//Bahasa Indonesia, Indonesia
|
||||
private static ImmutableDictionary<string, string> supportedLocales { get; } = new Dictionary<string, string>()
|
||||
{
|
||||
//{"ar", "العربية" },
|
||||
{"ar", "العربية" },
|
||||
{"zh-TW", "繁體中文, 台灣" },
|
||||
{"zh-CN", "简体中文, 中华人民共和国"},
|
||||
{"nl-NL", "Nederlands, Nederland"},
|
||||
{"en-US", "English, United States"},
|
||||
{"fr-FR", "Français, France"},
|
||||
{"cs-CZ", "Čeština, Česká republika" },
|
||||
{"da-DK", "Dansk, Danmark" },
|
||||
{"de-DE", "Deutsch, Deutschland"},
|
||||
{"he-IL", "עברית, ישראל"},
|
||||
{"id-ID", "Bahasa Indonesia, Indonesia" },
|
||||
{"it-IT", "Italiano, Italia" },
|
||||
//{"ja-JP", "日本語, 日本"},
|
||||
{"ja-JP", "日本語, 日本"},
|
||||
{"ko-KR", "한국어, 대한민국" },
|
||||
{"nb-NO", "Norsk, Norge"},
|
||||
{"pl-PL", "Polski, Polska" },
|
||||
{"pt-BR", "Português Brasileiro, Brasil"},
|
||||
{"ro-RO", "Română, România" },
|
||||
{"ru-RU", "Русский, Россия"},
|
||||
{"sr-Cyrl-RS", "Српски, Србија"},
|
||||
{"es-ES", "Español, España"},
|
||||
|
Reference in New Issue
Block a user