Arabic is added but not working properly, waiting for translators to fix

This commit is contained in:
Kwoth 2017-04-11 01:55:19 +02:00
parent 763bfc08bc
commit a283c3d73f
2 changed files with 2425 additions and 0 deletions

View File

@ -20,6 +20,7 @@ namespace NadekoBot.Modules.Administration
//Bahasa Indonesia, Indonesia //Bahasa Indonesia, Indonesia
private ImmutableDictionary<string, string> supportedLocales { get; } = new Dictionary<string, string>() private ImmutableDictionary<string, string> supportedLocales { get; } = new Dictionary<string, string>()
{ {
//{"ar", "العربية" },
{"zh-TW", "繁體中文, 台灣" }, {"zh-TW", "繁體中文, 台灣" },
{"zh-CN", "简体中文, 中华人民共和国"}, {"zh-CN", "简体中文, 中华人民共和国"},
{"nl-NL", "Nederlands, Nederland"}, {"nl-NL", "Nederlands, Nederland"},

File diff suppressed because it is too large Load Diff