diff options
| author | Jules Aguillon | 2023-07-12 18:35:16 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-07-19 23:30:58 +0200 |
| commit | 6747669c2d64f4b01d5ce03729695689a03e20c7 (patch) | |
| tree | f4c7be21e2ca873a8668711609da27a1c1496e52 /res/values-de | |
| parent | 1097b297d37b68e73b63c59c3d8169a795d00c1a (diff) | |
| download | unexpected-keyboard-6747669c2d64f4b01d5ce03729695689a03e20c7.tar.gz unexpected-keyboard-6747669c2d64f4b01d5ce03729695689a03e20c7.zip | |
Refactor: Use a PreferenceCategory for extra keys
This removes the need for a layout definition and adds a title before
the prefs.
It's a prerequise for the custom keys preference.
Diffstat (limited to 'res/values-de')
| -rw-r--r-- | res/values-de/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 4cccd3a..4b0375a 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -27,6 +27,7 @@ <string name="pref_numpad_layout_e_high_first">Hohe Ziffern zuerst</string> <string name="pref_numpad_layout_e_low_first">Niedrige Ziffern zuerst</string> <string name="pref_extra_keys_title">Zusätzliche Zeichen zur Tastatur hinzufügen</string> + <!-- <string name="pref_extra_keys_internal">Select keys to add to the keyboard</string> --> <string name="pref_second_layout_title">Zweites Layout</string> <string name="pref_second_layout_none">Keines</string> <string name="pref_category_typing">Tippen</string> |
