We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90484a2 commit 2577a11Copy full SHA for 2577a11
SUMMARY.md
@@ -1,6 +1,7 @@
1
# Summary
2
3
- [Introduction](./intro.md)
4
+ - [Translations](./translations.md)
5
- [Idioms](./idioms/index.md)
6
- [Use borrowed types for arguments](./idioms/coercion-arguments.md)
7
- [Concatenating Strings with `format!`](./idioms/concat-format.md)
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 commit comments