Skip to content

Commit

Permalink
Added Korean
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrave-dev committed Dec 31, 2024
1 parent c902b76 commit 61ac5ae
Show file tree
Hide file tree
Showing 4 changed files with 372 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 @@ -51,6 +51,7 @@ android {
"hi",
"th",
"nl",
"ko",
)
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 @@ -195,6 +195,7 @@ object SUPPORTED_LANGUAGE {
"हिन्दी",
"ภาษาไทย",
"Nederlands",
"한국어"
)
val codes: Array<String> =
arrayOf(
Expand All @@ -220,6 +221,7 @@ object SUPPORTED_LANGUAGE {
"hi-IN",
"th-TH",
"nl-NL",
"ko-KR"
)

fun getLanguageFromCode(code: String?): String {
Expand Down
Loading

0 comments on commit 61ac5ae

Please sign in to comment.