mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
chore(locales): fix locale issues
This commit is contained in:
parent
8a5ddcd126
commit
3121b5b123
8 changed files with 15 additions and 11 deletions
|
@ -85,6 +85,7 @@ val appLanguages = arrayListOf(
|
|||
Triple("", "Nederlands", "nl"),
|
||||
Triple("", "norsk nynorsk", "nn"),
|
||||
Triple("", "norsk bokmål", "no"),
|
||||
Triple("", "ଓଡ଼ିଆ", "or"),
|
||||
Triple("", "polski", "pl"),
|
||||
Triple("\uD83C\uDDF5\uD83C\uDDF9", "português", "pt"),
|
||||
Triple("\uD83E\uDD8D", "mmmm... monke", "qt"),
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--https://newbedev.com/concatenate-multiple-strings-in-xml--><resources>
|
||||
<!--https://newbedev.com/concatenate-multiple-strings-in-xml-->
|
||||
<resources>
|
||||
<!-- KEYS DON'T TRANSLATE -->
|
||||
<!-- FORMAT MIGHT TRANSLATE, WILL CAUSE CRASH IF APPLIED WRONG -->
|
||||
<string name="app_dub_sub_episode_text_format" formatted="true">%s Ep %d</string>
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
<string name="result_open_in_browser">Megnyitás böngészőben</string>
|
||||
<string name="skip_loading">Betöltés kihagyása</string>
|
||||
<string name="result_poster_img_des">Poster</string>
|
||||
<string name="search_poster_img_des">\@string/result_poster_img_desPoszter</string>
|
||||
<string name="search_poster_img_des">@string/result_poster_img_desPoszter</string>
|
||||
<string name="type_watching">Nézés</string>
|
||||
<string name="type_completed">Befejezve</string>
|
||||
<string name="type_plan_to_watch">Később megnézés</string>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--https://newbedev.com/concatenate-multiple-strings-in-xml--><resources>
|
||||
<!--https://newbedev.com/concatenate-multiple-strings-in-xml-->
|
||||
<resources>
|
||||
<!-- TRANSLATE, BUT DON'T FORGET FORMAT -->
|
||||
<string name="player_speed_text_format" formatted="true">വേഗം (%.2fx)</string>
|
||||
<string name="rated_format" formatted="true">റേറ്റിംഗ്: %.1f</string>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources></resources>
|
||||
<resources/>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--https://newbedev.com/concatenate-multiple-strings-in-xml--><resources>
|
||||
<!--https://newbedev.com/concatenate-multiple-strings-in-xml-->
|
||||
<resources>
|
||||
<!-- KEYS DON'T TRANSLATE -->
|
||||
<!-- FORMAT MIGHT TRANSLATE, WILL CAUSE CRASH IF APPLIED WRONG -->
|
||||
<string name="app_dub_sub_episode_text_format" formatted="true">%s Tập %d</string>
|
||||
|
|
Loading…
Reference in a new issue