diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/MissingTranslationPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/MissingTranslationPatch.kt
deleted file mode 100644
index 7e4e58960..000000000
--- a/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/MissingTranslationPatch.kt
+++ /dev/null
@@ -1,110 +0,0 @@
-package app.revanced.patches.youtube.misc.optimize.patch
-
-import app.revanced.patcher.annotation.Description
-import app.revanced.patcher.annotation.Name
-import app.revanced.patcher.annotation.Version
-import app.revanced.patcher.data.ResourceContext
-import app.revanced.patcher.patch.PatchResult
-import app.revanced.patcher.patch.PatchResultSuccess
-import app.revanced.patcher.patch.ResourcePatch
-import app.revanced.shared.annotation.YouTubeCompatibility
-import app.revanced.shared.util.resources.ResourceUtils.copyXmlNode
-
-@Name("add-missing-transition-patch")
-@Description("Adds missing translation files from YouTube.")
-@YouTubeCompatibility
-@Version("0.0.1")
-class MissingTranslationPatch : ResourcePatch {
- override fun execute(context: ResourceContext): PatchResult {
-
- LANGUAGE_LIST.forEach { name ->
- context.copyXmlNode("youtube/resource/host", "values-$name/strings.xml", "resources")
- }
-
- return PatchResultSuccess()
- }
-
- private companion object {
- val LANGUAGE_LIST = arrayOf(
- "af",
- "am",
- "ar",
- "az",
- "b+sr+Latn",
- "be",
- "bg",
- "bn",
- "bs",
- "ca",
- "cs",
- "da",
- "de",
- "el",
- "en-rGB",
- "en-rIN",
- "es",
- "es-rUS",
- "et",
- "eu",
- "fa",
- "fi",
- "fr",
- "fr-rCA",
- "gl",
- "gu",
- "hi",
- "hr",
- "hu",
- "hy",
- "in",
- "is",
- "it",
- "iw",
- "ja",
- "ka",
- "kk",
- "km",
- "kn",
- "ko",
- "ky",
- "lo",
- "lt",
- "lv",
- "mk",
- "ml",
- "mn",
- "mr",
- "ms",
- "my",
- "nb",
- "ne",
- "nl",
- "pa",
- "pl",
- "pt-rBR",
- "pt-rPT",
- "ro",
- "ru",
- "si",
- "sk",
- "sl",
- "sq",
- "sr",
- "sv",
- "sw",
- "ta",
- "te",
- "th",
- "tl",
- "tr",
- "uk",
- "ur",
- "uz",
- "vi",
- "zh-rCN",
- "zh-rHK",
- "zh-rTW",
- "zu"
- )
- }
-}
diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/OptimizeResourcePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/OptimizeResourcePatch.kt
index c94d23102..64d662311 100644
--- a/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/OptimizeResourcePatch.kt
+++ b/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/OptimizeResourcePatch.kt
@@ -9,7 +9,6 @@ import app.revanced.patcher.patch.PatchResultSuccess
import app.revanced.patcher.patch.ResourcePatch
import app.revanced.patcher.patch.annotations.DependsOn
import app.revanced.patcher.patch.annotations.Patch
-import app.revanced.patches.youtube.misc.optimize.patch.MissingTranslationPatch
import app.revanced.patches.youtube.misc.optimize.patch.RedundantResourcePatch
import app.revanced.patches.youtube.misc.settings.resource.patch.SettingsPatch
import app.revanced.shared.annotation.YouTubeCompatibility
@@ -20,7 +19,6 @@ import app.revanced.shared.util.resources.ResourceHelper
@DependsOn(
[
RedundantResourcePatch::class,
- MissingTranslationPatch::class,
SettingsPatch::class
]
)
diff --git a/src/main/resources/youtube/resource/host/values-af/strings.xml b/src/main/resources/youtube/resource/host/values-af/strings.xml
deleted file mode 100644
index e3ef3fb58..000000000
--- a/src/main/resources/youtube/resource/host/values-af/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Soek
-
diff --git a/src/main/resources/youtube/resource/host/values-am/strings.xml b/src/main/resources/youtube/resource/host/values-am/strings.xml
deleted file mode 100644
index 40d824a69..000000000
--- a/src/main/resources/youtube/resource/host/values-am/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- ፍለጋ
-
diff --git a/src/main/resources/youtube/resource/host/values-ar/strings.xml b/src/main/resources/youtube/resource/host/values-ar/strings.xml
deleted file mode 100644
index 3551da3ee..000000000
--- a/src/main/resources/youtube/resource/host/values-ar/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- بحث
-
diff --git a/src/main/resources/youtube/resource/host/values-az/strings.xml b/src/main/resources/youtube/resource/host/values-az/strings.xml
deleted file mode 100644
index 0af66b334..000000000
--- a/src/main/resources/youtube/resource/host/values-az/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Axtarış
-
diff --git a/src/main/resources/youtube/resource/host/values-b+sr+Latn/strings.xml b/src/main/resources/youtube/resource/host/values-b+sr+Latn/strings.xml
deleted file mode 100644
index bb57f2a92..000000000
--- a/src/main/resources/youtube/resource/host/values-b+sr+Latn/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Pretraga
-
diff --git a/src/main/resources/youtube/resource/host/values-be/strings.xml b/src/main/resources/youtube/resource/host/values-be/strings.xml
deleted file mode 100644
index b90c1eafb..000000000
--- a/src/main/resources/youtube/resource/host/values-be/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Шукаць
-
diff --git a/src/main/resources/youtube/resource/host/values-bg/strings.xml b/src/main/resources/youtube/resource/host/values-bg/strings.xml
deleted file mode 100644
index eeae5722f..000000000
--- a/src/main/resources/youtube/resource/host/values-bg/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Търсене
-
diff --git a/src/main/resources/youtube/resource/host/values-bn/strings.xml b/src/main/resources/youtube/resource/host/values-bn/strings.xml
deleted file mode 100644
index 189affb38..000000000
--- a/src/main/resources/youtube/resource/host/values-bn/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- সার্চ করুন
-
diff --git a/src/main/resources/youtube/resource/host/values-bs/strings.xml b/src/main/resources/youtube/resource/host/values-bs/strings.xml
deleted file mode 100644
index 7a48f81fc..000000000
--- a/src/main/resources/youtube/resource/host/values-bs/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Pretraži
-
diff --git a/src/main/resources/youtube/resource/host/values-ca/strings.xml b/src/main/resources/youtube/resource/host/values-ca/strings.xml
deleted file mode 100644
index 4a01a2869..000000000
--- a/src/main/resources/youtube/resource/host/values-ca/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Cerca
-
diff --git a/src/main/resources/youtube/resource/host/values-cs/strings.xml b/src/main/resources/youtube/resource/host/values-cs/strings.xml
deleted file mode 100644
index e06536eeb..000000000
--- a/src/main/resources/youtube/resource/host/values-cs/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Hledat
-
diff --git a/src/main/resources/youtube/resource/host/values-da/strings.xml b/src/main/resources/youtube/resource/host/values-da/strings.xml
deleted file mode 100644
index 2ebb7673a..000000000
--- a/src/main/resources/youtube/resource/host/values-da/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Søg
-
diff --git a/src/main/resources/youtube/resource/host/values-de/strings.xml b/src/main/resources/youtube/resource/host/values-de/strings.xml
deleted file mode 100644
index c1d26e5ac..000000000
--- a/src/main/resources/youtube/resource/host/values-de/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Suche
-
diff --git a/src/main/resources/youtube/resource/host/values-el/strings.xml b/src/main/resources/youtube/resource/host/values-el/strings.xml
deleted file mode 100644
index f4a17dca9..000000000
--- a/src/main/resources/youtube/resource/host/values-el/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Αναζήτηση
-
diff --git a/src/main/resources/youtube/resource/host/values-en-rGB/strings.xml b/src/main/resources/youtube/resource/host/values-en-rGB/strings.xml
deleted file mode 100644
index 71bfebf08..000000000
--- a/src/main/resources/youtube/resource/host/values-en-rGB/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Search
-
diff --git a/src/main/resources/youtube/resource/host/values-en-rIN/strings.xml b/src/main/resources/youtube/resource/host/values-en-rIN/strings.xml
deleted file mode 100644
index 71bfebf08..000000000
--- a/src/main/resources/youtube/resource/host/values-en-rIN/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Search
-
diff --git a/src/main/resources/youtube/resource/host/values-es-rUS/strings.xml b/src/main/resources/youtube/resource/host/values-es-rUS/strings.xml
deleted file mode 100644
index 162c1c1ff..000000000
--- a/src/main/resources/youtube/resource/host/values-es-rUS/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Buscar
-
diff --git a/src/main/resources/youtube/resource/host/values-es/strings.xml b/src/main/resources/youtube/resource/host/values-es/strings.xml
deleted file mode 100644
index 36379bf32..000000000
--- a/src/main/resources/youtube/resource/host/values-es/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Búsqueda
-
diff --git a/src/main/resources/youtube/resource/host/values-et/strings.xml b/src/main/resources/youtube/resource/host/values-et/strings.xml
deleted file mode 100644
index 617cf3afa..000000000
--- a/src/main/resources/youtube/resource/host/values-et/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Otsi
-
diff --git a/src/main/resources/youtube/resource/host/values-eu/strings.xml b/src/main/resources/youtube/resource/host/values-eu/strings.xml
deleted file mode 100644
index a92b02350..000000000
--- a/src/main/resources/youtube/resource/host/values-eu/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Bilatu
-
diff --git a/src/main/resources/youtube/resource/host/values-fa/strings.xml b/src/main/resources/youtube/resource/host/values-fa/strings.xml
deleted file mode 100644
index c49355b3e..000000000
--- a/src/main/resources/youtube/resource/host/values-fa/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- جستجو
-
diff --git a/src/main/resources/youtube/resource/host/values-fi/strings.xml b/src/main/resources/youtube/resource/host/values-fi/strings.xml
deleted file mode 100644
index fc46ef91d..000000000
--- a/src/main/resources/youtube/resource/host/values-fi/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Haku
-
diff --git a/src/main/resources/youtube/resource/host/values-fr-rCA/strings.xml b/src/main/resources/youtube/resource/host/values-fr-rCA/strings.xml
deleted file mode 100644
index 036d06f49..000000000
--- a/src/main/resources/youtube/resource/host/values-fr-rCA/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Rechercher
-
diff --git a/src/main/resources/youtube/resource/host/values-fr/strings.xml b/src/main/resources/youtube/resource/host/values-fr/strings.xml
deleted file mode 100644
index 036d06f49..000000000
--- a/src/main/resources/youtube/resource/host/values-fr/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Rechercher
-
diff --git a/src/main/resources/youtube/resource/host/values-gl/strings.xml b/src/main/resources/youtube/resource/host/values-gl/strings.xml
deleted file mode 100644
index 162c1c1ff..000000000
--- a/src/main/resources/youtube/resource/host/values-gl/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Buscar
-
diff --git a/src/main/resources/youtube/resource/host/values-gu/strings.xml b/src/main/resources/youtube/resource/host/values-gu/strings.xml
deleted file mode 100644
index c335061c9..000000000
--- a/src/main/resources/youtube/resource/host/values-gu/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- શોધો
-
diff --git a/src/main/resources/youtube/resource/host/values-hi/strings.xml b/src/main/resources/youtube/resource/host/values-hi/strings.xml
deleted file mode 100644
index a1741979d..000000000
--- a/src/main/resources/youtube/resource/host/values-hi/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- खोजें
-
diff --git a/src/main/resources/youtube/resource/host/values-hr/strings.xml b/src/main/resources/youtube/resource/host/values-hr/strings.xml
deleted file mode 100644
index 7a48f81fc..000000000
--- a/src/main/resources/youtube/resource/host/values-hr/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Pretraži
-
diff --git a/src/main/resources/youtube/resource/host/values-hu/strings.xml b/src/main/resources/youtube/resource/host/values-hu/strings.xml
deleted file mode 100644
index 7162a2452..000000000
--- a/src/main/resources/youtube/resource/host/values-hu/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Keresés
-
diff --git a/src/main/resources/youtube/resource/host/values-hy/strings.xml b/src/main/resources/youtube/resource/host/values-hy/strings.xml
deleted file mode 100644
index 795c38af6..000000000
--- a/src/main/resources/youtube/resource/host/values-hy/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Որոնել
-
diff --git a/src/main/resources/youtube/resource/host/values-in/strings.xml b/src/main/resources/youtube/resource/host/values-in/strings.xml
deleted file mode 100644
index 083e6f534..000000000
--- a/src/main/resources/youtube/resource/host/values-in/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Telusuri
-
diff --git a/src/main/resources/youtube/resource/host/values-is/strings.xml b/src/main/resources/youtube/resource/host/values-is/strings.xml
deleted file mode 100644
index 7d2e8e3ef..000000000
--- a/src/main/resources/youtube/resource/host/values-is/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Leita
-
diff --git a/src/main/resources/youtube/resource/host/values-it/strings.xml b/src/main/resources/youtube/resource/host/values-it/strings.xml
deleted file mode 100644
index 4a01a2869..000000000
--- a/src/main/resources/youtube/resource/host/values-it/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Cerca
-
diff --git a/src/main/resources/youtube/resource/host/values-iw/strings.xml b/src/main/resources/youtube/resource/host/values-iw/strings.xml
deleted file mode 100644
index f5429068c..000000000
--- a/src/main/resources/youtube/resource/host/values-iw/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- חיפוש
-
diff --git a/src/main/resources/youtube/resource/host/values-ja/strings.xml b/src/main/resources/youtube/resource/host/values-ja/strings.xml
deleted file mode 100644
index 56410b067..000000000
--- a/src/main/resources/youtube/resource/host/values-ja/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- 検索
-
diff --git a/src/main/resources/youtube/resource/host/values-ka/strings.xml b/src/main/resources/youtube/resource/host/values-ka/strings.xml
deleted file mode 100644
index a72d1a4e9..000000000
--- a/src/main/resources/youtube/resource/host/values-ka/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- ძიება
-
diff --git a/src/main/resources/youtube/resource/host/values-kk/strings.xml b/src/main/resources/youtube/resource/host/values-kk/strings.xml
deleted file mode 100644
index 5905dbb15..000000000
--- a/src/main/resources/youtube/resource/host/values-kk/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Іздеу
-
diff --git a/src/main/resources/youtube/resource/host/values-km/strings.xml b/src/main/resources/youtube/resource/host/values-km/strings.xml
deleted file mode 100644
index e5e1b63ab..000000000
--- a/src/main/resources/youtube/resource/host/values-km/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- ស្វែងរក
-
diff --git a/src/main/resources/youtube/resource/host/values-kn/strings.xml b/src/main/resources/youtube/resource/host/values-kn/strings.xml
deleted file mode 100644
index 57bd18300..000000000
--- a/src/main/resources/youtube/resource/host/values-kn/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- ಹುಡುಕಿ
-
diff --git a/src/main/resources/youtube/resource/host/values-ko/strings.xml b/src/main/resources/youtube/resource/host/values-ko/strings.xml
deleted file mode 100644
index 88f8a2482..000000000
--- a/src/main/resources/youtube/resource/host/values-ko/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- 검색
-
diff --git a/src/main/resources/youtube/resource/host/values-ky/strings.xml b/src/main/resources/youtube/resource/host/values-ky/strings.xml
deleted file mode 100644
index bde75f61b..000000000
--- a/src/main/resources/youtube/resource/host/values-ky/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Издөө
-
diff --git a/src/main/resources/youtube/resource/host/values-lo/strings.xml b/src/main/resources/youtube/resource/host/values-lo/strings.xml
deleted file mode 100644
index 4eaea04a0..000000000
--- a/src/main/resources/youtube/resource/host/values-lo/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- ຊອກຫາ
-
diff --git a/src/main/resources/youtube/resource/host/values-lt/strings.xml b/src/main/resources/youtube/resource/host/values-lt/strings.xml
deleted file mode 100644
index 711743918..000000000
--- a/src/main/resources/youtube/resource/host/values-lt/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Ieškoti
-
diff --git a/src/main/resources/youtube/resource/host/values-lv/strings.xml b/src/main/resources/youtube/resource/host/values-lv/strings.xml
deleted file mode 100644
index 441d43fc9..000000000
--- a/src/main/resources/youtube/resource/host/values-lv/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Meklēt
-
diff --git a/src/main/resources/youtube/resource/host/values-mk/strings.xml b/src/main/resources/youtube/resource/host/values-mk/strings.xml
deleted file mode 100644
index 84d3739fa..000000000
--- a/src/main/resources/youtube/resource/host/values-mk/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Пребарај
-
diff --git a/src/main/resources/youtube/resource/host/values-ml/strings.xml b/src/main/resources/youtube/resource/host/values-ml/strings.xml
deleted file mode 100644
index 8d1fec8dd..000000000
--- a/src/main/resources/youtube/resource/host/values-ml/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- തിരയുക
-
diff --git a/src/main/resources/youtube/resource/host/values-mn/strings.xml b/src/main/resources/youtube/resource/host/values-mn/strings.xml
deleted file mode 100644
index e25927a0f..000000000
--- a/src/main/resources/youtube/resource/host/values-mn/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Хайх
-
diff --git a/src/main/resources/youtube/resource/host/values-mr/strings.xml b/src/main/resources/youtube/resource/host/values-mr/strings.xml
deleted file mode 100644
index 1f95dbb2b..000000000
--- a/src/main/resources/youtube/resource/host/values-mr/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- शोधा
-
diff --git a/src/main/resources/youtube/resource/host/values-ms/strings.xml b/src/main/resources/youtube/resource/host/values-ms/strings.xml
deleted file mode 100644
index 35bc6d500..000000000
--- a/src/main/resources/youtube/resource/host/values-ms/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Cari
-
diff --git a/src/main/resources/youtube/resource/host/values-my/strings.xml b/src/main/resources/youtube/resource/host/values-my/strings.xml
deleted file mode 100644
index 39c011fc1..000000000
--- a/src/main/resources/youtube/resource/host/values-my/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- ရှာဖွေရန်
-
diff --git a/src/main/resources/youtube/resource/host/values-nb/strings.xml b/src/main/resources/youtube/resource/host/values-nb/strings.xml
deleted file mode 100644
index d6a7f4968..000000000
--- a/src/main/resources/youtube/resource/host/values-nb/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Søk
-
diff --git a/src/main/resources/youtube/resource/host/values-ne/strings.xml b/src/main/resources/youtube/resource/host/values-ne/strings.xml
deleted file mode 100644
index eb3df790f..000000000
--- a/src/main/resources/youtube/resource/host/values-ne/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- खोज्नुहोस्
-
diff --git a/src/main/resources/youtube/resource/host/values-nl/strings.xml b/src/main/resources/youtube/resource/host/values-nl/strings.xml
deleted file mode 100644
index 68951d08a..000000000
--- a/src/main/resources/youtube/resource/host/values-nl/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Zoeken
-
diff --git a/src/main/resources/youtube/resource/host/values-pa/strings.xml b/src/main/resources/youtube/resource/host/values-pa/strings.xml
deleted file mode 100644
index 446a861d6..000000000
--- a/src/main/resources/youtube/resource/host/values-pa/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- ਖੋਜੋ
-
diff --git a/src/main/resources/youtube/resource/host/values-pl/strings.xml b/src/main/resources/youtube/resource/host/values-pl/strings.xml
deleted file mode 100644
index 81f7dd8f0..000000000
--- a/src/main/resources/youtube/resource/host/values-pl/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Szukaj
-
diff --git a/src/main/resources/youtube/resource/host/values-pt-rBR/strings.xml b/src/main/resources/youtube/resource/host/values-pt-rBR/strings.xml
deleted file mode 100644
index bd137e555..000000000
--- a/src/main/resources/youtube/resource/host/values-pt-rBR/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Pesquisa
-
diff --git a/src/main/resources/youtube/resource/host/values-pt-rPT/strings.xml b/src/main/resources/youtube/resource/host/values-pt-rPT/strings.xml
deleted file mode 100644
index 59e3393e1..000000000
--- a/src/main/resources/youtube/resource/host/values-pt-rPT/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Pesquisar
-
diff --git a/src/main/resources/youtube/resource/host/values-ro/strings.xml b/src/main/resources/youtube/resource/host/values-ro/strings.xml
deleted file mode 100644
index 79b342642..000000000
--- a/src/main/resources/youtube/resource/host/values-ro/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Caută
-
diff --git a/src/main/resources/youtube/resource/host/values-ru/strings.xml b/src/main/resources/youtube/resource/host/values-ru/strings.xml
deleted file mode 100644
index c996fc3bf..000000000
--- a/src/main/resources/youtube/resource/host/values-ru/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Поиск
-
diff --git a/src/main/resources/youtube/resource/host/values-si/strings.xml b/src/main/resources/youtube/resource/host/values-si/strings.xml
deleted file mode 100644
index edd530d72..000000000
--- a/src/main/resources/youtube/resource/host/values-si/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- සොයන්න
-
diff --git a/src/main/resources/youtube/resource/host/values-sk/strings.xml b/src/main/resources/youtube/resource/host/values-sk/strings.xml
deleted file mode 100644
index 99b5f96df..000000000
--- a/src/main/resources/youtube/resource/host/values-sk/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Hľadať
-
diff --git a/src/main/resources/youtube/resource/host/values-sl/strings.xml b/src/main/resources/youtube/resource/host/values-sl/strings.xml
deleted file mode 100644
index b934d6c38..000000000
--- a/src/main/resources/youtube/resource/host/values-sl/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Iskanje
-
diff --git a/src/main/resources/youtube/resource/host/values-sq/strings.xml b/src/main/resources/youtube/resource/host/values-sq/strings.xml
deleted file mode 100644
index 266a01a25..000000000
--- a/src/main/resources/youtube/resource/host/values-sq/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Kërko
-
diff --git a/src/main/resources/youtube/resource/host/values-sr/strings.xml b/src/main/resources/youtube/resource/host/values-sr/strings.xml
deleted file mode 100644
index b18e20b53..000000000
--- a/src/main/resources/youtube/resource/host/values-sr/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Претрага
-
diff --git a/src/main/resources/youtube/resource/host/values-sv/strings.xml b/src/main/resources/youtube/resource/host/values-sv/strings.xml
deleted file mode 100644
index e28680d19..000000000
--- a/src/main/resources/youtube/resource/host/values-sv/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Sök
-
diff --git a/src/main/resources/youtube/resource/host/values-sw/strings.xml b/src/main/resources/youtube/resource/host/values-sw/strings.xml
deleted file mode 100644
index bae8e50f0..000000000
--- a/src/main/resources/youtube/resource/host/values-sw/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Tafuta
-
diff --git a/src/main/resources/youtube/resource/host/values-ta/strings.xml b/src/main/resources/youtube/resource/host/values-ta/strings.xml
deleted file mode 100644
index 7cc051e69..000000000
--- a/src/main/resources/youtube/resource/host/values-ta/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- தேடு
-
diff --git a/src/main/resources/youtube/resource/host/values-te/strings.xml b/src/main/resources/youtube/resource/host/values-te/strings.xml
deleted file mode 100644
index b0cfa29d9..000000000
--- a/src/main/resources/youtube/resource/host/values-te/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- సెర్చ్ చేయండి
-
diff --git a/src/main/resources/youtube/resource/host/values-th/strings.xml b/src/main/resources/youtube/resource/host/values-th/strings.xml
deleted file mode 100644
index 13e3b94f4..000000000
--- a/src/main/resources/youtube/resource/host/values-th/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- ค้นหา
-
diff --git a/src/main/resources/youtube/resource/host/values-tl/strings.xml b/src/main/resources/youtube/resource/host/values-tl/strings.xml
deleted file mode 100644
index 0f4486b59..000000000
--- a/src/main/resources/youtube/resource/host/values-tl/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Maghanap
-
diff --git a/src/main/resources/youtube/resource/host/values-tr/strings.xml b/src/main/resources/youtube/resource/host/values-tr/strings.xml
deleted file mode 100644
index 330cbe859..000000000
--- a/src/main/resources/youtube/resource/host/values-tr/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Ara
-
diff --git a/src/main/resources/youtube/resource/host/values-uk/strings.xml b/src/main/resources/youtube/resource/host/values-uk/strings.xml
deleted file mode 100644
index 3337e375f..000000000
--- a/src/main/resources/youtube/resource/host/values-uk/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Пошук
-
diff --git a/src/main/resources/youtube/resource/host/values-ur/strings.xml b/src/main/resources/youtube/resource/host/values-ur/strings.xml
deleted file mode 100644
index 3a6bded64..000000000
--- a/src/main/resources/youtube/resource/host/values-ur/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- تلاش کریں
-
diff --git a/src/main/resources/youtube/resource/host/values-uz/strings.xml b/src/main/resources/youtube/resource/host/values-uz/strings.xml
deleted file mode 100644
index 710e83bba..000000000
--- a/src/main/resources/youtube/resource/host/values-uz/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Qidirish
-
diff --git a/src/main/resources/youtube/resource/host/values-vi/strings.xml b/src/main/resources/youtube/resource/host/values-vi/strings.xml
deleted file mode 100644
index ea59cca61..000000000
--- a/src/main/resources/youtube/resource/host/values-vi/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Tìm kiếm
-
diff --git a/src/main/resources/youtube/resource/host/values-zh-rCN/strings.xml b/src/main/resources/youtube/resource/host/values-zh-rCN/strings.xml
deleted file mode 100644
index 488e6b151..000000000
--- a/src/main/resources/youtube/resource/host/values-zh-rCN/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- 搜索
-
diff --git a/src/main/resources/youtube/resource/host/values-zh-rHK/strings.xml b/src/main/resources/youtube/resource/host/values-zh-rHK/strings.xml
deleted file mode 100644
index 162e64b2a..000000000
--- a/src/main/resources/youtube/resource/host/values-zh-rHK/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- 搜尋
-
diff --git a/src/main/resources/youtube/resource/host/values-zh-rTW/strings.xml b/src/main/resources/youtube/resource/host/values-zh-rTW/strings.xml
deleted file mode 100644
index 162e64b2a..000000000
--- a/src/main/resources/youtube/resource/host/values-zh-rTW/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- 搜尋
-
diff --git a/src/main/resources/youtube/resource/host/values-zu/strings.xml b/src/main/resources/youtube/resource/host/values-zu/strings.xml
deleted file mode 100644
index 2139b3d25..000000000
--- a/src/main/resources/youtube/resource/host/values-zu/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- Sesha
-