mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 07:21:58 +00:00
Merge 8a8915fc36 into 81d643b49b
This commit is contained in:
commit
e36a7bd3ff
3 changed files with 1280 additions and 0 deletions
|
|
@ -10,4 +10,5 @@
|
|||
<locale android:name="pl"/>
|
||||
<locale android:name="de"/>
|
||||
<locale android:name="cs"/>
|
||||
<locale android:name="hu"/>
|
||||
</locale-config>
|
||||
|
|
|
|||
1277
composeApp/src/commonMain/composeResources/values-hu/strings.xml
Normal file
1277
composeApp/src/commonMain/composeResources/values-hu/strings.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -4,6 +4,7 @@ import nuvio.composeapp.generated.resources.Res
|
|||
import nuvio.composeapp.generated.resources.lang_english
|
||||
import nuvio.composeapp.generated.resources.lang_french
|
||||
import nuvio.composeapp.generated.resources.lang_german
|
||||
import nuvio.composeapp.generated.resources.lang_hungarian
|
||||
import nuvio.composeapp.generated.resources.lang_spanish
|
||||
import nuvio.composeapp.generated.resources.lang_portuguese_portugal
|
||||
import nuvio.composeapp.generated.resources.lang_turkish
|
||||
|
|
@ -20,6 +21,7 @@ enum class AppLanguage(
|
|||
ENGLISH("en", Res.string.lang_english),
|
||||
FRENCH("fr", Res.string.lang_french),
|
||||
GERMAN("de", Res.string.lang_german),
|
||||
HUNGARIAN("hu", Res.string.lang_hungarian),
|
||||
SPANISH("es", Res.string.lang_spanish),
|
||||
PORTUGUESE("pt", Res.string.lang_portuguese_portugal),
|
||||
TURKISH("tr", Res.string.lang_turkish),
|
||||
|
|
|
|||
Loading…
Reference in a new issue