Skip to content

Commit d470cbc

Browse files
weihanglomozilla-pontoon
authored andcommitted
Pontoon: Update Chinese (zh-TW) localization of Rust Website
Localization authors: - Weihang Lo <[email protected]>
1 parent 1fe9e4a commit d470cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locales/zh-TW/learn.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ learn-generating-steps =
8787
learn-dependencies = 加入相依套件
8888
learn-dependencies-steps =
8989
<p>現在來為我們的應用程式加上相依套件吧。您可以在 Rust 的套件倉儲 <a href="https://crates.io">crates.io</a> 找到各式各樣的函式庫。在 Rust 中,我們稱套件為「crates」。</p>
90-
<p>在這個專案中,我們講使用一個叫作 <a href="https://crates.io/crates/ferris-says"><code>ferris-says</code> 的 crate。</a>
90+
<p>在這個專案中,我們將使用一個叫作 <a href="https://crates.io/crates/ferris-says"><code>ferris-says</code> 的 crate。</a>
9191
<p>請在我們的 <code>Cargo.toml</code> 檔案加入以下資訊(我們可以從 crate 頁面上取得):</p>
9292
{ $cargotoml }
9393
<p>這樣我們就能執行:</p>

0 commit comments

Comments
 (0)