mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-26 14:32:28 +00:00
Merge pull request #1493 from mronion212/dutch-translation
Dutch translation
This commit is contained in:
commit
5981d2d724
3 changed files with 1970 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>
|
||||
|
|
|
|||
1967
composeApp/src/commonMain/composeResources/values-nl/strings.xml
Normal file
1967
composeApp/src/commonMain/composeResources/values-nl/strings.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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