Skip to content

Commit

Permalink
Add Link to zh-CN translation (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire committed Jan 17, 2022
1 parent 90484a2 commit 2577a11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
@@ -1,6 +1,7 @@
# Summary

- [Introduction](./intro.md)
- [Translations](./translations.md)
- [Idioms](./idioms/index.md)
- [Use borrowed types for arguments](./idioms/coercion-arguments.md)
- [Concatenating Strings with `format!`](./idioms/concat-format.md)
Expand Down
6 changes: 6 additions & 0 deletions translations.md
@@ -0,0 +1,6 @@
# Translations

- [简体中文](https://fomalhauthmj.github.io/patterns/)

If you want to add a translation, please open an issue in the
[main repository](https://github.com/rust-unofficial/patterns).

0 comments on commit 2577a11

Please sign in to comment.