* (nitpicking) Add "space on 0" proper description * Fix https://github.com/Clam-/TraditionalT9/issues/29 Co-authored-by: akasaka <akasaka@somewhereinthe.box>
This commit is contained in:
parent
6e9cc238e7
commit
a352deca43
3 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string translatable="false" name="help_url">https://github.com/Clam-/TraditionalT9/wiki/Traditional-T9-keypad-IME-for-Android</string>
|
||||
<string name="app_name">Traditional T9</string>
|
||||
<string name="ime_name">Traditional T9</string>
|
||||
|
|
@ -76,6 +76,7 @@
|
|||
<string name="pref_keyRemap" translatable="false">Translate keys</string>
|
||||
<string name="pref_keyRemapSum" translatable="false">Enable to send translated keys to apps, otherwise keymap is for IME only.</string>
|
||||
<string name="pref_spaceOnZero" translatable="false">Space on 0 key</string>
|
||||
<string name="pref_spaceOnZeroSum" tools:ignore="MissingTranslation">Map space to 0 key if checked, otherwise to # key.</string>
|
||||
|
||||
<string name="hello_world">Hello world!</string>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<SettingCheck
|
||||
id="pref_spaceOnZero"
|
||||
title="@string/pref_spaceOnZero"
|
||||
summary="@string/pref_keyRemapSum"
|
||||
summary="@string/pref_spaceOnZeroSum"
|
||||
defaultValue="false"
|
||||
/>
|
||||
<SettingCheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue