Skip to content

Commit 5fe2f9d

Browse files
committed
refactor: remove unused string res
1 parent e345192 commit 5fe2f9d

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

app/src/main/res/values-zh-rCN/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
6060
<string name="reset_success">重置成功</string>
6161
<string name="reset_failure">重置失败</string>
6262
<string name="deploy_progress">正在部署…</string>
63-
<string name="set_ime">设置</string>
6463
<string name="other_ime">其他输入法</string>
6564
<string name="other__ui_mode_title">夜间模式</string>
6665
<string name="others">其他</string>
@@ -190,7 +189,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
190189
<string name="no_schema_to_select">当前没有方案可选择。请前往启用方案。</string>
191190
<string name="no_schema_to_enable">没有方案可启用。请确保您已在用户文件夹中放入了前置文件和方案文件。</string>
192191
<string name="schemata">方案</string>
193-
<string name="schemata_hint">选择当前方案或启用更多方案</string>
194192
<string name="navbar_background">导航栏背景</string>
195193
<string name="no_theme_to_select">当前没有主题可选择。</string>
196194
<string name="no_color_to_select">当前没有配色方案可选择。</string>

app/src/main/res/values-zh-rTW/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
6363
<string name="reset_success">回廠成功</string>
6464
<string name="reset_failure">回廠失敗</string>
6565
<string name="deploy_progress">正在部署…</string>
66-
<string name="set_ime">設定</string>
6766
<string name="other_ime">其他輸入法</string>
6867
<string name="other__ui_mode_title">夜間模式</string>
6968
<string name="others">其他</string>
@@ -191,7 +190,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
191190
<string name="no_schema_to_select">當前沒有方案可選擇。請前往啟用方案。</string>
192191
<string name="no_schema_to_enable">沒有方案可啟用。請確保您已在使用者資料夾中放入了前置檔案和方案檔案。</string>
193192
<string name="schemata">方案</string>
194-
<string name="schemata_hint">選擇當前方案或啓用更多方案</string>
195193
<string name="navbar_background">導航欄背景</string>
196194
<string name="no_theme_to_select">當前沒有主題可選擇。</string>
197195
<string name="no_color_to_select">當前沒有配色方案可選擇。</string>

app/src/main/res/values/donottranslate.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,4 @@ SPDX-License-Identifier: GPL-3.0-or-later
2323
<item>always_show</item>
2424
<item>never_show</item>
2525
</string-array>
26-
<string-array name="navbar_bkg_values">
27-
<item>NONE</item>
28-
<item>COLOR_ONLY</item>
29-
<item>FULL</item>
30-
</string-array>
3126
</resources>

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
6363
<string name="reset_success">Reset Succeeded!</string>
6464
<string name="reset_failure">Reset Failed!</string>
6565
<string name="deploy_progress">Deploying…</string>
66-
<string name="set_ime">Preferences</string>
6766
<string name="other_ime">Other IMEs</string>
6867
<string name="other__ui_mode_title">Night Mode</string>
6968
<string name="others">Others</string>
@@ -191,13 +190,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
191190
<string name="no_schema_to_select">Currently there is no schema to select. Please go to enable schemata from the available list.</string>
192191
<string name="no_schema_to_enable">No schema to enable. Make sure you have prelude and schema files in the user directory.</string>
193192
<string name="schemata">Schemata</string>
194-
<string name="schemata_hint">Select current schema or enable more schemata</string>
195193
<string name="navbar_background">Navigation bar background</string>
196194
<string name="no_theme_to_select">Currently there is no theme to select.</string>
197195
<string name="no_color_to_select">Currently there is no color scheme to select.</string>
198196
<string name="no_effect_to_select">Currently there is no key sound effect to select.</string>
199-
<string name="theme_trime">default</string>
200-
<string name="theme_tongwenfeng">tongwenfeng</string>
201197
<string name="setup_channel">Setup Wizard</string>
202198
<string name="forget_this_word">Forget this word</string>
203199
<string name="synchronization">Synchronization</string>

0 commit comments

Comments
 (0)