mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-16 23:12:12 +00:00
Merge pull request #862 from affcosta7/patch-4
Add Portuguese (Portugal) app translation to NUVIO MOBILE
This commit is contained in:
commit
1cc13159ae
3 changed files with 1163 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<locale android:name="en"/>
|
||||
<locale android:name="es"/>
|
||||
<locale android:name="pt-PT"/>
|
||||
<locale android:name="tr"/>
|
||||
<locale android:name="it"/>
|
||||
<locale android:name="el"/>
|
||||
|
|
|
|||
1161
composeApp/src/commonMain/composeResources/values-pt-rPT/strings
Normal file
1161
composeApp/src/commonMain/composeResources/values-pt-rPT/strings
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -3,6 +3,7 @@ package com.nuvio.app.features.settings
|
|||
import nuvio.composeapp.generated.resources.Res
|
||||
import nuvio.composeapp.generated.resources.lang_english
|
||||
import nuvio.composeapp.generated.resources.lang_spanish
|
||||
import nuvio.composeapp.generated.resources.lang_portuguese_portugal
|
||||
import nuvio.composeapp.generated.resources.lang_turkish
|
||||
import nuvio.composeapp.generated.resources.lang_italian
|
||||
import nuvio.composeapp.generated.resources.lang_greek
|
||||
|
|
|
|||
Loading…
Reference in a new issue