mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-23 02:02:04 +00:00
Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite
This commit is contained in:
commit
2fa1c87ae7
3 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue