Added hungarian, updated all other languages

This commit is contained in:
Master Kwoth
2017-10-28 12:09:20 +02:00
parent cb315e178a
commit 9b92856d94
2 changed files with 874 additions and 1 deletions

View File

@ -28,6 +28,7 @@ namespace NadekoBot.Modules.Administration
{"da-DK", "Dansk, Danmark" },
{"de-DE", "Deutsch, Deutschland"},
{"he-IL", "עברית, ישראל"},
{"hu-HU", "Magyar, Magyarország" }
{"id-ID", "Bahasa Indonesia, Indonesia" },
{"it-IT", "Italiano, Italia" },
{"ja-JP", "日本語, 日本"},
@ -40,7 +41,7 @@ namespace NadekoBot.Modules.Administration
{"sr-Cyrl-RS", "Српски, Србија"},
{"es-ES", "Español, España"},
{"sv-SE", "Svenska, Sverige"},
{"tr-TR", "Türkçe, Türkiye"}
{"tr-TR", "Türkçe, Türkiye"},
}.ToImmutableDictionary();
[NadekoCommand, Usage, Description, Aliases]