Skip to content

Commit

Permalink
Make "default keyboard layout" translatable (by Peter Meiser)
Browse files Browse the repository at this point in the history
  • Loading branch information
whs committed Jun 29, 2017
1 parent 3f20151 commit f168e60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
<string name="error_kernel">Der Kernel deines Gerätes wird nicht unterstützt. Bitte flashe einen Kernel mit HID-Support.</string>

<string name="layout">Keyboard-Layout</string>
<string name="default_layout">Standard Keyboard-Layout</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
<string name="error_kernel">Your device\'s kernel is not supported. Please flash a kernel with HID support.</string>

<string name="layout">Keyboard layout</string>
<string name="default_layout">Default keyboard layout</string>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/xml/pref_general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<CheckBoxPreference
android:key="hide_from_launcher"
android:title="@string/hide_launcher"
android:summary="@string/hide_launcher_restore"/>
android:summary="@string/hide_launcher_restore" />
<ListPreference
android:defaultValue="QWERTY"
android:entries="@array/layout_list"
android:entryValues="@array/layout_list"
android:key="default_keyboard"
android:title="Default Keyboard Layout" />
android:title="@string/default_layout" />

</PreferenceScreen>

0 comments on commit f168e60

Please sign in to comment.