Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite

This commit is contained in:
tapframe 2026-05-22 20:34:27 +05:30
commit 2fa1c87ae7
3 changed files with 2 additions and 2 deletions

View file

@ -11,5 +11,5 @@
<locale android:name="pt"/>
<locale android:name="es"/>
<locale android:name="tr"/>
<locale android:name="no"/>
<locale android:name="nb"/>
</locale-config>

View file

@ -30,7 +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),
NORWEGIAN("nb", Res.string.lang_norwegian),
;
companion object {