Skip to content

Commit faaa0aa

Browse files
committed
fix(YouTube - Translations): Excluding French and Korean from the translation patch, which includes the invalid escape character inotia00/ReVanced_Extended#2760
1 parent 7a63353 commit faaa0aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/src/main/kotlin/app/revanced/patches/youtube/layout/translations/TranslationsPatch.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import app.revanced.patches.youtube.utils.settings.settingsPatch
1111

1212
// Array of supported translations, each represented by its language code.
1313
private val SUPPORTED_TRANSLATIONS = setOf(
14-
"ar", "bg-rBG", "de-rDE", "el-rGR", "es-rES", "fr-rFR", "hu-rHU", "it-rIT", "ja-rJP", "ko-rKR",
15-
"pl-rPL", "pt-rBR", "ru-rRU", "tr-rTR", "uk-rUA", "vi-rVN", "zh-rCN", "zh-rTW"
14+
"ar", "bg-rBG", "de-rDE", "el-rGR", "es-rES", "hu-rHU", "it-rIT", "ja-rJP", "pl-rPL",
15+
"pt-rBR", "ru-rRU", "tr-rTR", "uk-rUA", "vi-rVN", "zh-rCN", "zh-rTW"
1616
)
1717

1818
@Suppress("unused")

0 commit comments

Comments
 (0)