mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-21 09:12:05 +00:00
Added Norwegian to configs
This commit is contained in:
parent
c7741bda42
commit
145b3cfe77
2 changed files with 3 additions and 0 deletions
|
|
@ -11,4 +11,5 @@
|
|||
<locale android:name="pt"/>
|
||||
<locale android:name="es"/>
|
||||
<locale android:name="tr"/>
|
||||
<locale android:name="no"/>
|
||||
</locale-config>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ import nuvio.composeapp.generated.resources.lang_polish
|
|||
import nuvio.composeapp.generated.resources.lang_portuguese_portugal
|
||||
import nuvio.composeapp.generated.resources.lang_spanish
|
||||
import nuvio.composeapp.generated.resources.lang_turkish
|
||||
import nuvio.composeapp.generated.resources.lang_norwegian
|
||||
import org.jetbrains.compose.resources.StringResource
|
||||
|
||||
enum class AppLanguage(
|
||||
|
|
@ -29,6 +30,7 @@ enum class AppLanguage(
|
|||
PORTUGUESE("pt", Res.string.lang_portuguese_portugal),
|
||||
SPANISH("es", Res.string.lang_spanish),
|
||||
TURKISH("tr", Res.string.lang_turkish),
|
||||
NORWEGIAN("no", Res.string.lang_norwegian),
|
||||
;
|
||||
|
||||
companion object {
|
||||
|
|
|
|||
Loading…
Reference in a new issue