Add complete Gan Chinese translation

This commit is contained in:
zzz
2024-11-26 12:15:32 -05:00
parent 8bfbcf1e92
commit f7d2893751
28 changed files with 17329 additions and 2 deletions

View File

@ -54,7 +54,7 @@ public class TranslationStatus {
// Java lang codes, see notes below
private static final String[] LANGS = { "ar", "az", "bg", "ca", "cs", "da", "de", "el", "es", "es_AR",
"et", "fa", "fi", "fr", "gl", "hi", "hr", "hu", "in", "it", "iw",
"et", "fa", "fi", "fr", "gan", "gl", "hi", "hr", "hu", "in", "it", "iw",
"ja", "ko", "ku", "mg", "nb", "nl", "nn", "pl", "pt", "pt_BR",
"ro", "ru", "sk", "sl", "sq", "sr", "sv", "tk", "tr", "uk", "vi",
"zh", "zh_TW" };