Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Fix Hebrew translations
Browse files Browse the repository at this point in the history
  • Loading branch information
flocke committed Jun 6, 2021
1 parent 34e5b19 commit 05d2dac
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 8 deletions.
Expand Up @@ -83,13 +83,6 @@ private void migrateDeprecatedSettings() {
remove(R.string.settings_key_locale);
}

if (settings.contains(getResString(R.string.settings_key_lang))) {
String lang = getString(R.string.settings_key_lang, R.string.settings_default_lang);

if (lang.equals("iw"))
setLocale("he");
}

if (settings.contains(getResString(R.string.settings_key_tap_to_reveal))) {
if (getBoolean(R.string.settings_key_tap_to_reveal, false)) {
setString(R.string.settings_key_tap_single, Constants.TapMode.REVEAL.toString().toLowerCase(Locale.ENGLISH));
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/settings.xml
Expand Up @@ -175,7 +175,7 @@
<item>uk</item>
<item>bg</item>
<item>sr</item>
<item>he</item>
<item>iw</item>
<item>ar</item>
<item>fa</item>
<item>hi</item>
Expand Down

0 comments on commit 05d2dac

Please sign in to comment.