diff --git a/template-translations.yaml b/template-translations.yaml
new file mode 100644
index 00000000..15149fd5
--- /dev/null
+++ b/template-translations.yaml
@@ -0,0 +1,15 @@
+default:
+ title: Learn X in Y minutes
+ where: Where
+ codeLink: "Get the code:"
+ shareText: Share this page
+ suggestionsText: "Got a suggestion? A correction, perhaps? Open an Issue on the Github Repo, or make a pull request yourself!"
+ contributorText: "Originally contributed by %s, and updated by %d contributors"
+
+zh_CN:
+ title: Y分钟速成X
+ where: 当
+ codeLink: 源代码下载:
+ shareText: 分享此页
+ suggestionsText: "有建议?或者发现什么错误?在Github上开一个issue,或者你自己也可以写一个pull request!"
+ contributorText: "原著%s,并由%d个好心人修改。"