Skip to content

Commit

Permalink
Update English translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Dec 31, 2023
1 parent ea4abde commit c2175a9
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-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@
<string name="dark_mode_summary">开启或关闭应用深色模式</string>
<string name="view_source">在 GitHub 上查看源代码</string>
<string name="config">配置</string>
<string name="others">其它</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 @@ -39,4 +39,5 @@
<string name="dark_mode">Dark mode</string>
<string name="dark_mode_summary">Enable or disable the dark mode for this app</string>
<string name="config">Config</string>
<string name="others">Others</string>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
app:summary="自定义创建待办时文本框的预测项" />
</PreferenceCategory>-->

<PreferenceCategory android:title="其它">
<Preference app:title="关于">
<PreferenceCategory android:title="@string/others">
<Preference app:title="@string/about_label">
<intent
android:targetPackage="cn.super12138.todo"
android:targetClass="cn.super12138.todo.views.about.AboutActivity" />
Expand Down

0 comments on commit c2175a9

Please sign in to comment.