Skip to content

Commit

Permalink
Update LocaleHelper.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
asereze authored Oct 25, 2024
1 parent 3468dd7 commit 38ba5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/bnyro/translate/util/LocaleHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ object LocaleHelper {
Language("tt", "Tatar"),
Language("uk", "Ukrainian"),
Language("vi", "Vietnamese"),
Language("zh-rCN", "Chinese (Simplified)")
Language("zh-rCN", "Chinese (Simplified)"),
Language("zh-rTW", "Chinese (Traditional)")
).sortedBy { it.name }.toMutableList()
.apply {
Expand Down

0 comments on commit 38ba5c7

Please sign in to comment.