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: Chinese translation of homepage.ftl & common.ftl #2100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion locales/zh-CN/common.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ embedded-learn-more = 开启嵌入式

## components/layout.hbs

meta-description = 一门帮助每个人构建可靠且高效软件的语言
meta-description = 让每个人都能打造可靠且高效软件的语言
page-title = { $pagename } - Rust 程序设计语言
index-title = Rust 程序设计语言

Expand Down
2 changes: 1 addition & 1 deletion locales/zh-CN/homepage.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## index.hbs

tagline = 一门赋予每个人{ $linebreak }构建可靠且高效软件能力的语言
tagline = 让每个人都能打造{ $linebreak }可靠且高效软件的语言
get-started = 马上开始
homepage-version = 版本 { $number }

Expand Down
Loading