mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-16 23:12:12 +00:00
Polish Translation
This commit is contained in:
parent
7ef0083a71
commit
c4bdfce511
3 changed files with 1164 additions and 0 deletions
|
|
@ -5,4 +5,5 @@
|
||||||
<locale android:name="tr"/>
|
<locale android:name="tr"/>
|
||||||
<locale android:name="it"/>
|
<locale android:name="it"/>
|
||||||
<locale android:name="el"/>
|
<locale android:name="el"/>
|
||||||
|
<locale android:name="pl"/>
|
||||||
</locale-config>
|
</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
|
|
@ -6,6 +6,7 @@ import nuvio.composeapp.generated.resources.lang_spanish
|
||||||
import nuvio.composeapp.generated.resources.lang_turkish
|
import nuvio.composeapp.generated.resources.lang_turkish
|
||||||
import nuvio.composeapp.generated.resources.lang_italian
|
import nuvio.composeapp.generated.resources.lang_italian
|
||||||
import nuvio.composeapp.generated.resources.lang_greek
|
import nuvio.composeapp.generated.resources.lang_greek
|
||||||
|
import nuvio.composeapp.generated.resources.lang_polish
|
||||||
import org.jetbrains.compose.resources.StringResource
|
import org.jetbrains.compose.resources.StringResource
|
||||||
|
|
||||||
enum class AppLanguage(
|
enum class AppLanguage(
|
||||||
|
|
@ -17,6 +18,7 @@ enum class AppLanguage(
|
||||||
TURKISH("tr", Res.string.lang_turkish),
|
TURKISH("tr", Res.string.lang_turkish),
|
||||||
ITALIAN("it", Res.string.lang_italian),
|
ITALIAN("it", Res.string.lang_italian),
|
||||||
GREEK("el", Res.string.lang_greek),
|
GREEK("el", Res.string.lang_greek),
|
||||||
|
POLISH("pl", Res.string.lang_polish),
|
||||||
;
|
;
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue