mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-25 00:56:35 +00:00
mark string as not translatable
This commit is contained in:
parent
05523ecd30
commit
b4eb63e9a9
1 changed files with 1 additions and 1 deletions
|
@ -906,7 +906,7 @@ New dictionary:
|
|||
<!-- Label for toolbar key, currently used only for showing the icon name -->
|
||||
<string name="label_toolbar_key" tools:keep="@string/label_toolbar_key">Show / hide toolbar</string>
|
||||
<!-- Label for language switch key, currently used only for showing the icon name -->
|
||||
<string name="label_language_switch_key" tools:keep="@string/label_language_switch_key">@string/show_language_switch_key</string>
|
||||
<string name="label_language_switch_key" tools:keep="@string/label_language_switch_key" translatable="false">@string/show_language_switch_key</string>
|
||||
<!-- Label for zero-width joiner key, currently used only for showing the icon name -->
|
||||
<string name="label_zwj_key" tools:keep="@string/label_zwj_key">Zero-width joiner</string>
|
||||
<!-- Label for zero-width non-joiner key, currently used only for showing the icon name -->
|
||||
|
|
Loading…
Add table
Reference in a new issue