Merge pull request #862 from affcosta7/patch-4

Add Portuguese (Portugal) app translation to NUVIO MOBILE
This commit is contained in:
Nayif 2026-04-28 16:43:37 +05:30 committed by GitHub
commit 1cc13159ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1163 additions and 0 deletions

View file

@ -2,6 +2,7 @@
<locale-config xmlns:android="http://schemas.android.com/apk/res/android"> <locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="en"/> <locale android:name="en"/>
<locale android:name="es"/> <locale android:name="es"/>
<locale android:name="pt-PT"/>
<locale android:name="tr"/> <locale android:name="tr"/>
<locale android:name="it"/> <locale android:name="it"/>
<locale android:name="el"/> <locale android:name="el"/>

File diff suppressed because it is too large Load diff

View file

@ -3,6 +3,7 @@ package com.nuvio.app.features.settings
import nuvio.composeapp.generated.resources.Res import nuvio.composeapp.generated.resources.Res
import nuvio.composeapp.generated.resources.lang_english import nuvio.composeapp.generated.resources.lang_english
import nuvio.composeapp.generated.resources.lang_spanish 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_turkish
import nuvio.composeapp.generated.resources.lang_italian import nuvio.composeapp.generated.resources.lang_italian
import nuvio.composeapp.generated.resources.lang_greek import nuvio.composeapp.generated.resources.lang_greek