Skip to content

Commit

Permalink
Merge pull request #350 from eric100lin/jetpack_compose
Browse files Browse the repository at this point in the history
Add Traditional Chinese support.
  • Loading branch information
maxrave-dev authored Apr 20, 2024
2 parents d17c588 + 3b75b8f commit 0d0c2d8
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ android {
"in",
"ar",
"ja",
"zh-rTW",
)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
6 changes: 4 additions & 2 deletions app/src/main/java/com/maxrave/simpmusic/common/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ object SUPPORTED_LANGUAGE {
"简体中文",
"Bahasa Indonesia",
"اللغة العربية",
"日本語"
"日本語",
"繁體中文",
)
val codes: Array<String> =
arrayOf(
Expand All @@ -190,7 +191,8 @@ object SUPPORTED_LANGUAGE {
"zh-CN",
"in-ID",
"ar-SA",
"ja-JP"
"ja-JP",
"zh-rTW",
)
}

Expand Down
Loading

0 comments on commit 0d0c2d8

Please sign in to comment.