feat(Translations): update translation

This commit is contained in:
inotia00
2024-08-28 20:07:30 +09:00
parent 984ad9b039
commit 54e686ce7b
17 changed files with 2776 additions and 707 deletions

View File

@ -17,7 +17,7 @@ object TranslationsPatch : BaseResourcePatch(
) {
// Array of supported translations, each represented by its language code.
private val TRANSLATIONS = arrayOf(
"ar", "el-rGR", "es-rES", "de-rDE", "fr-rFR", "hu-rHU", "it-rIT", "ja-rJP", "ko-rKR",
"ar", "bg-rBG", "de-rDE", "el-rGR", "es-rES", "fr-rFR", "hu-rHU", "it-rIT", "ja-rJP", "ko-rKR",
"pl-rPL", "pt-rBR", "ru-rRU", "tr-rTR", "uk-rUA", "vi-rVN", "zh-rCN", "zh-rTW"
)