mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-26 14:32:28 +00:00
Merge pull request #1490 from v4n00/romanian-translation
Add Romanian translation
This commit is contained in:
commit
bf5fb7830b
3 changed files with 1938 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
<locale android:name="pl"/>
|
||||
<locale android:name="pt-BR"/>
|
||||
<locale android:name="pt"/>
|
||||
<locale android:name="ro"/>
|
||||
<locale android:name="sk"/>
|
||||
<locale android:name="es"/>
|
||||
<locale android:name="tr"/>
|
||||
|
|
|
|||
1935
composeApp/src/commonMain/composeResources/values-ro/strings.xml
Normal file
1935
composeApp/src/commonMain/composeResources/values-ro/strings.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -13,6 +13,7 @@ import nuvio.composeapp.generated.resources.lang_italian
|
|||
import nuvio.composeapp.generated.resources.lang_polish
|
||||
import nuvio.composeapp.generated.resources.lang_portuguese_brazil
|
||||
import nuvio.composeapp.generated.resources.lang_portuguese_portugal
|
||||
import nuvio.composeapp.generated.resources.lang_romanian
|
||||
import nuvio.composeapp.generated.resources.lang_slovak
|
||||
import nuvio.composeapp.generated.resources.lang_spanish
|
||||
import nuvio.composeapp.generated.resources.lang_turkish
|
||||
|
|
@ -39,6 +40,7 @@ enum class AppLanguage(
|
|||
POLISH("pl", Res.string.lang_polish),
|
||||
PORTUGUESE_BRAZIL("pt-BR", Res.string.lang_portuguese_brazil),
|
||||
PORTUGUESE("pt", Res.string.lang_portuguese_portugal),
|
||||
ROMANIAN("ro", Res.string.lang_romanian),
|
||||
SLOVAK("sk", Res.string.lang_slovak),
|
||||
SPANISH("es", Res.string.lang_spanish),
|
||||
TURKISH("tr", Res.string.lang_turkish),
|
||||
|
|
|
|||
Loading…
Reference in a new issue