mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
fix(YouTube - Translations): Excluding French
and Korean
from the translation patch, which includes the invalid escape character https://github.com/inotia00/ReVanced_Extended/issues/2760
This commit is contained in:
@ -11,8 +11,8 @@ import app.revanced.patches.youtube.utils.settings.settingsPatch
|
|||||||
|
|
||||||
// Array of supported translations, each represented by its language code.
|
// Array of supported translations, each represented by its language code.
|
||||||
private val SUPPORTED_TRANSLATIONS = setOf(
|
private val SUPPORTED_TRANSLATIONS = setOf(
|
||||||
"ar", "bg-rBG", "de-rDE", "el-rGR", "es-rES", "fr-rFR", "hu-rHU", "it-rIT", "ja-rJP", "ko-rKR",
|
"ar", "bg-rBG", "de-rDE", "el-rGR", "es-rES", "hu-rHU", "it-rIT", "ja-rJP", "pl-rPL",
|
||||||
"pl-rPL", "pt-rBR", "ru-rRU", "tr-rTR", "uk-rUA", "vi-rVN", "zh-rCN", "zh-rTW"
|
"pt-rBR", "ru-rRU", "tr-rTR", "uk-rUA", "vi-rVN", "zh-rCN", "zh-rTW"
|
||||||
)
|
)
|
||||||
|
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
|
Reference in New Issue
Block a user