Made Settings title translatable

This commit is contained in:
pdroidandroid@gmail.com 2022-01-29 18:13:20 +01:00
parent 6870f76150
commit 506ff44539
2 changed files with 3 additions and 4 deletions

View file

@ -15,7 +15,6 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
coreApp="true"
package="org.dslul.openboard.inputmethod.latin">
<uses-permission android:name="android.permission.READ_USER_DICTIONARY" />
@ -105,7 +104,7 @@
<activity android:name=".settings.SettingsActivity"
android:theme="@style/platformActivityTheme"
android:label="@string/english_ime_settings"
android:label="@string/ime_settings"
android:excludeFromRecents="true"
android:exported="true">
<intent-filter>

View file

@ -23,9 +23,9 @@
<!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated.
This resource should be copied from msgid="511950477199948048" -->
<string name="spell_checker_service_name">OpenBoard Spell Checker</string>
<!-- Title for Android Keyboard settings screen. AOSP(Android Open Source Project) should not be translated.
<!-- Title for IME settings screen.
This resource should be copied from msgid="423615877174850267" -->
<string name="english_ime_settings">OpenBoard Settings</string>
<string name="ime_settings">OpenBoard Settings</string>
<!-- Title for the spell checking service settings screen. AOSP(Android Open Source Project) should not be translated.
This resource should be copied from msgid="2970535894327288421" -->
<string name="android_spell_checker_settings">OpenBoard Spell Checker Settings</string>