diff options
| author | Jules Aguillon | 2022-11-26 18:11:28 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-11-26 18:11:28 +0100 |
| commit | ebdacbc2b2ac48e137dd9a1409aa334512e2fb62 (patch) | |
| tree | 549cfd7acf3fbe7730bc5de1d4e1e40117239808 /res/values-zh-rCN/strings.xml | |
| parent | 122a9c23d01eaf8c65d7c72f5976049d25c3093a (diff) | |
| download | unexpected-keyboard-ebdacbc2b2ac48e137dd9a1409aa334512e2fb62.tar.gz unexpected-keyboard-ebdacbc2b2ac48e137dd9a1409aa334512e2fb62.zip | |
Make sure translation are in sync
The new script makes sure that strings files don't contain obsolete
strings but also ease the job of contributors by adding missing
translations as comments.
A Github Action ensures that translations stay in sync over time.
Diffstat (limited to 'res/values-zh-rCN/strings.xml')
| -rw-r--r-- | res/values-zh-rCN/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index f0078e1..698eecf 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -3,8 +3,8 @@ <string name="app_name" product="debug">Unexpected Keyboard (debug)</string> <string name="app_name" product="default">Unexpected Keyboard</string> <string name="settings_activity_label">Unexpected Keyboard 设置</string> - <string name="pref_label_brightness">调整字母亮度</string> <string name="pref_category_layout">布局</string> + <string name="pref_label_brightness">调整字母亮度</string> <string name="pref_layout_title">改变键盘布局</string> <string name="pref_layout_e_system">系统设置</string> <string name="pref_accents_title">声调</string> |
