From 4ffe0c7715e0ff0f0ab0660e89ba1ac0b04c1407 Mon Sep 17 00:00:00 2001 From: "thomas.JY.Lin@gmail.com" Date: Mon, 7 Nov 2022 12:10:51 +0800 Subject: [PATCH] add emoji and fix path --- .../com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt | 3 ++- app/src/main/res/{values-zh_TW => values-zh-TW}/strings.xml | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename app/src/main/res/{values-zh_TW => values-zh-TW}/strings.xml (100%) diff --git a/app/src/main/java/com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt b/app/src/main/java/com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt index 8ea76cda..c5d59497 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/ui/settings/SettingsGeneral.kt @@ -76,6 +76,7 @@ val appLanguages = arrayListOf( Triple("", "Romanian", "ro"), Triple("", "Italian", "it"), Triple("", "Chinese", "zh"), + Triple("\uD83C\uDDF9\uD83C\uDDFC", "Traditional Chinese", "zh-tw"), Triple("\uD83C\uDDEE\uD83C\uDDE9", "Indonesian", "in"), Triple("", "Czech", "cs"), Triple("", "Croatian", "hr"), @@ -368,4 +369,4 @@ class SettingsGeneral : PreferenceFragmentCompat() { e.printStackTrace() } } -} \ No newline at end of file +} diff --git a/app/src/main/res/values-zh_TW/strings.xml b/app/src/main/res/values-zh-TW/strings.xml similarity index 100% rename from app/src/main/res/values-zh_TW/strings.xml rename to app/src/main/res/values-zh-TW/strings.xml