Skip to content

Commit

Permalink
Add German as filter language option
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed May 19, 2024
1 parent 22d73e7 commit 81a637a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/kotlin/com/livetl/android/data/chat/Models.kt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ enum class TranslatedLanguage(val id: String, val tags: Set<String>) {
CHINESE("zh", setOf("zh", "cn", "中文")),
RUSSIAN("ru", setOf("ru")),
FRENCH("fr", setOf("fr")),
GERMAN("de", setOf("de")),
;

companion object {
Expand Down

0 comments on commit 81a637a

Please sign in to comment.