mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 14:02:44 +00:00
Made Settings title translatable
This commit is contained in:
parent
6870f76150
commit
506ff44539
2 changed files with 3 additions and 4 deletions
|
@ -15,7 +15,6 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
coreApp="true"
|
|
||||||
package="org.dslul.openboard.inputmethod.latin">
|
package="org.dslul.openboard.inputmethod.latin">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.READ_USER_DICTIONARY" />
|
<uses-permission android:name="android.permission.READ_USER_DICTIONARY" />
|
||||||
|
@ -105,7 +104,7 @@
|
||||||
|
|
||||||
<activity android:name=".settings.SettingsActivity"
|
<activity android:name=".settings.SettingsActivity"
|
||||||
android:theme="@style/platformActivityTheme"
|
android:theme="@style/platformActivityTheme"
|
||||||
android:label="@string/english_ime_settings"
|
android:label="@string/ime_settings"
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
|
@ -23,9 +23,9 @@
|
||||||
<!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated.
|
<!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated.
|
||||||
This resource should be copied from msgid="511950477199948048" -->
|
This resource should be copied from msgid="511950477199948048" -->
|
||||||
<string name="spell_checker_service_name">OpenBoard Spell Checker</string>
|
<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" -->
|
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.
|
<!-- 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" -->
|
This resource should be copied from msgid="2970535894327288421" -->
|
||||||
<string name="android_spell_checker_settings">OpenBoard Spell Checker Settings</string>
|
<string name="android_spell_checker_settings">OpenBoard Spell Checker Settings</string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue