feat(Translations): update translation

This commit is contained in:
inotia00
2024-07-05 15:36:58 +09:00
parent 059f6468a2
commit cabaa911e9
22 changed files with 2535 additions and 841 deletions

View File

@ -17,8 +17,8 @@ object TranslationsPatch : BaseResourcePatch(
) {
// Array of supported translations, each represented by its language code.
private val TRANSLATIONS = arrayOf(
"ar", "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"
"ar", "el-rGR", "es-rES", "de-rDE", "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"
)
private var CustomTranslations by stringPatchOption(