Skip to content

Commit

Permalink
Enable new translations
Browse files Browse the repository at this point in the history
  • Loading branch information
inorichi committed Apr 12, 2019
1 parent 5f9e65c commit 0a988d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SettingsGeneralController : SettingsController() {
titleRes = R.string.pref_language
entryValues = arrayOf("", "ar", "bg", "bn", "ca", "cs", "de", "el", "en-US", "en-GB",
"es", "fr", "hi", "hu", "in", "it", "ja", "ko", "lv", "ms", "nb-rNO", "nl", "pl", "pt",
"pt-BR", "ro", "ru", "sr", "sv", "th", "tr", "uk", "vi", "zh-rCN")
"pt-BR", "ro", "ru", "sc", "sr", "sv", "th", "tl", "tr", "uk", "vi", "zh-rCN")
entries = entryValues.map { value ->
val locale = LocaleHelper.getLocaleFromString(value.toString())
locale?.getDisplayName(locale)?.capitalize() ?:
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -469,3 +469,5 @@ Assurez-vous que vous êtes connecté à des sources qui le demande avant de com
<string name="darkblue_theme">Bleu foncé</string>
<string name="pref_read_with_long_tap">Menu contextuel (appui prolongé)</string>
<string name="reader_pull_up_for_more_options">Plus d\'options en défilant</string>

</resources>
File renamed without changes.

0 comments on commit 0a988d1

Please sign in to comment.