Skip to content

fix zh-tw typo on "get started" page. #1714

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

Merged
merged 1 commit into from
Nov 10, 2022
Merged
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-TW/learn.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ learn-install-heading = 安裝 Rust
learn-play = 您可以不用在電腦上安裝任何東西,先在 Rust Playground 線上試試 Rust。
learn-play-button = 不用安裝直接嘗試使用 Rust
learn-install-rustup-header = Rustup:Rust 的安裝與版本管理工具
learn-install-rustup = 安裝 Rust 的主要途徑是夠過 Rustup 這個工具,它是 Rust 用於安裝與版本管理的工具。
learn-install-rustup = 安裝 Rust 的主要途徑是透過 Rustup 這個工具,它是 Rust 用於安裝與版本管理的工具。
learn-install-rustup-update-header = Rust 是最新版的嗎?
learn-install-rustup-update = Rust 時常更新,如果你在一段時間前安裝了 rustup ,有可能你的 Rust 版本已過時 ,執行 { $update-command } 以取得最新版的 Rust。
learn-install-rustup-button = 了解更多關於安裝事項
Expand Down