mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-23 02:02:04 +00:00
Use 'nb' locale code for Norwegian
Switch Norwegian locale code from "no" to the ISO 639-1 code "nb" for consistency. Updated Android locale_config.xml, renamed resource folder values-no to values-nb (strings moved/renamed accordingly), and changed the AppLanguage enum to use "nb". Also removed a now-duplicate media_series string entry in the renamed resources.
This commit is contained in:
parent
145b3cfe77
commit
a9a3398cea
3 changed files with 2 additions and 3 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>
|
||||
|
|
|
|||
|
|
@ -1199,7 +1199,6 @@
|
|||
<string name="library_remove_message">Fjern %1$s fra biblioteket ditt?</string>
|
||||
<string name="library_remove_title">Fjern fra bibliotek?</string>
|
||||
<string name="media_movie">Film</string>
|
||||
<string name="media_series">Serie</string>
|
||||
<string name="notifications_channel_episode_releases_description">Varsler når en ny episode for en lagret serie er ute.</string>
|
||||
<string name="notifications_test_preview_body">Forhåndsvisning av episodeutgivelsesvarsel.</string>
|
||||
<string name="notifications_test_send_failed">Kunne ikke sende testvarsel.</string>
|
||||
|
|
@ -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