Merge pull request #909 from affcosta7/patch-6

Fix: add Portuguese (Portugal) app translation to NUVIO MOBILE
This commit is contained in:
Muhammed Nayif Rahman 2026-05-02 13:38:55 +05:30 committed by GitHub
commit a1afce41cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 277 additions and 265 deletions

View file

@ -3,7 +3,7 @@
<locale android:name="en"/>
<locale android:name="fr"/>
<locale android:name="es"/>
<locale android:name="pt-PT"/>
<locale android:name="pt"/>
<locale android:name="tr"/>
<locale android:name="it"/>
<locale android:name="el"/>

View file

@ -4,7 +4,7 @@ import nuvio.composeapp.generated.resources.Res
import nuvio.composeapp.generated.resources.lang_english
import nuvio.composeapp.generated.resources.lang_french
import nuvio.composeapp.generated.resources.lang_spanish
import nuvio.composeapp.generated.resources.lang_portuguese_portugal
import nuvio.composeapp.generated.resources.lang_portuguese
import nuvio.composeapp.generated.resources.lang_turkish
import nuvio.composeapp.generated.resources.lang_italian
import nuvio.composeapp.generated.resources.lang_greek