mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-22 09:42:06 +00:00
Merge pull request #1122 from SimSalabimse/Norwegian-Translation
Added Norwegian translation
This commit is contained in:
commit
644b2b88ce
3 changed files with 1338 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>
|
||||
|
|
|
|||
1335
composeApp/src/commonMain/composeResources/values-no/strings.xml
Normal file
1335
composeApp/src/commonMain/composeResources/values-no/strings.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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