Skip to content

Commit

Permalink
Fix missing some language key
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrave-dev committed Nov 28, 2024
1 parent b0a0ce4 commit a9db142
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ android {
"b+zh+Hant+TW",
"uk",
"iw",
"az"
)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/com/maxrave/simpmusic/common/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ object SUPPORTED_LANGUAGE {
"繁體中文",
"Українська",
"עברית",
"Azerbaijani"
)
val codes: Array<String> =
arrayOf(
Expand All @@ -210,6 +211,7 @@ object SUPPORTED_LANGUAGE {
"zh-Hant-TW",
"uk-UA",
"iw-IL",
"az-AZ"
)
}

Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/xml/locale_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
<locale android:name="pl" />
<locale android:name="pt" />
<locale android:name="fr" />
<locale android:name="es" />
<locale android:name="zh" />
<locale android:name="in" />
<locale android:name="ar" />
<locale android:name="ja" />
<locale android:name="zh-Hant-TW" />
<locale android:name="uk" />
<locale android:name="iw" />
<locale android:name="az" />
</locale-config>

0 comments on commit a9db142

Please sign in to comment.