mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-16 23:12:12 +00:00
Add Czech language support to AppLanguage enum
This commit is contained in:
parent
c8eb59cb13
commit
d55269e8d3
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import nuvio.composeapp.generated.resources.lang_turkish
|
|||
import nuvio.composeapp.generated.resources.lang_italian
|
||||
import nuvio.composeapp.generated.resources.lang_greek
|
||||
import nuvio.composeapp.generated.resources.lang_polish
|
||||
import nuvio.composeapp.generated.resources.lang_czech
|
||||
import org.jetbrains.compose.resources.StringResource
|
||||
|
||||
enum class AppLanguage(
|
||||
|
|
@ -25,6 +26,7 @@ enum class AppLanguage(
|
|||
ITALIAN("it", Res.string.lang_italian),
|
||||
GREEK("el", Res.string.lang_greek),
|
||||
POLISH("pl", Res.string.lang_polish),
|
||||
CZECH("cs", Res.string.lang_czech),
|
||||
;
|
||||
|
||||
companion object {
|
||||
|
|
|
|||
Loading…
Reference in a new issue