Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix wrong translation #1399

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

<resources xmlns:tools="http://schemas.android.com/tools">

<string name="app_name">骇客资讯</string>
<string name="app_name">黑客资讯</string>
<string name="action_settings">设置</string>
<string name="title_activity_list">置顶帖子</string>
<string name="title_activity_best">最佳帖子</string>
<string name="title_activity_item">评论</string>
<string name="title_activity_release">更新内容</string>
<string name="filter_title_item">骇客资讯</string>
<string name="filter_title_item">黑客资讯</string>
<string name="open_drawer">打开侧边栏</string>
<string name="close_drawer">关闭侧边栏</string>
<string name="view_in_browser">使用浏览器打开</string>
Expand Down