Skip to content

Commit

Permalink
Add Thai language
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrave-dev committed Nov 30, 2024
1 parent 837ff62 commit 786b6f9
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ android {
"uk",
"iw",
"az",
"hi"
"hi",
"th"
)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/java/com/maxrave/simpmusic/common/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ object SUPPORTED_LANGUAGE {
"Українська",
"עברית",
"Azerbaijani",
"हिन्दी"
"हिन्दी",
"ภาษาไทย"
)
val codes: Array<String> =
arrayOf(
Expand All @@ -214,6 +215,7 @@ object SUPPORTED_LANGUAGE {
"iw-IL",
"az-AZ",
"hi-IN",
"th-TH"
)
}

Expand Down
Loading

0 comments on commit 786b6f9

Please sign in to comment.