Merge pull request #1142 from SimSalabimse/Norwegian-Translation

Corrected the ISO 639 language code for Norwegian translation
This commit is contained in:
Nayif 2026-05-22 02:11:36 +05:30 committed by GitHub
commit 436576da25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 {