mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-09 00:17:59 +00:00
add dutch language to enums
added dutch language values so it can be used in the app
This commit is contained in:
parent
66c247aa8c
commit
69b164f702
2 changed files with 3 additions and 0 deletions
|
|
@ -16,5 +16,6 @@
|
|||
<locale android:name="es"/>
|
||||
<locale android:name="tr"/>
|
||||
<locale android:name="nb"/>
|
||||
<locale android:name="nl"/>
|
||||
<locale android:name="ja"/>
|
||||
</locale-config>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ import nuvio.composeapp.generated.resources.lang_slovak
|
|||
import nuvio.composeapp.generated.resources.lang_spanish
|
||||
import nuvio.composeapp.generated.resources.lang_turkish
|
||||
import nuvio.composeapp.generated.resources.lang_norwegian
|
||||
import nuvio.composeapp.generated.resources.lang_dutch
|
||||
import nuvio.composeapp.generated.resources.lang_japanese
|
||||
import nuvio.composeapp.generated.resources.settings_appearance_app_language_device
|
||||
import org.jetbrains.compose.resources.StringResource
|
||||
|
|
@ -42,6 +43,7 @@ enum class AppLanguage(
|
|||
SPANISH("es", Res.string.lang_spanish),
|
||||
TURKISH("tr", Res.string.lang_turkish),
|
||||
NORWEGIAN("nb", Res.string.lang_norwegian),
|
||||
DUTCH("nl", Res.string.lang_dutch),
|
||||
JAPANESE("ja", Res.string.lang_japanese),
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue