mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-16 23:12:12 +00:00
commit
430e3c601f
3 changed files with 1164 additions and 0 deletions
|
|
@ -7,4 +7,5 @@
|
|||
<locale android:name="tr"/>
|
||||
<locale android:name="it"/>
|
||||
<locale android:name="el"/>
|
||||
<locale android:name="pl"/>
|
||||
</locale-config>
|
||||
|
|
|
|||
1161
composeApp/src/commonMain/composeResources/values-pl/strings.xml
Normal file
1161
composeApp/src/commonMain/composeResources/values-pl/strings.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -8,6 +8,7 @@ import nuvio.composeapp.generated.resources.lang_portuguese_portugal
|
|||
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 org.jetbrains.compose.resources.StringResource
|
||||
|
||||
enum class AppLanguage(
|
||||
|
|
@ -20,6 +21,7 @@ enum class AppLanguage(
|
|||
TURKISH("tr", Res.string.lang_turkish),
|
||||
ITALIAN("it", Res.string.lang_italian),
|
||||
GREEK("el", Res.string.lang_greek),
|
||||
POLISH("pl", Res.string.lang_polish),
|
||||
;
|
||||
|
||||
companion object {
|
||||
|
|
|
|||
Loading…
Reference in a new issue