feat(Translations): Update translation

This commit is contained in:
inotia00
2025-02-07 19:30:51 +09:00
parent c6d6c81c68
commit 61c627c990
29 changed files with 429 additions and 878 deletions

View File

@ -11,8 +11,8 @@ import app.revanced.patches.youtube.utils.settings.settingsPatch
// Array of supported translations, each represented by its language code.
private val SUPPORTED_TRANSLATIONS = setOf(
"ar", "bg-rBG", "de-rDE", "el-rGR", "es-rES", "hu-rHU", "it-rIT", "ja-rJP", "pl-rPL",
"pt-rBR", "ru-rRU", "tr-rTR", "uk-rUA", "vi-rVN", "zh-rCN", "zh-rTW"
"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"
)
@Suppress("unused")