diff options
| author | Geoff Liu <g@geoffliu.me> | 2015-03-12 13:08:44 -0600 | 
|---|---|---|
| committer | Geoff Liu <g@geoffliu.me> | 2015-03-12 13:08:44 -0600 | 
| commit | 4e8f60600f9f178c8f5cf80f56caef1fac73e0df (patch) | |
| tree | 6e558d8e93ba6e82229ae5f72f810c057189411d | |
| parent | 74226d7153043c2e8dc7213b11d506ce4269a8a6 (diff) | |
.
| -rw-r--r-- | template-translations.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/template-translations.yaml b/template-translations.yaml index 019bed1a..f7c02aea 100644 --- a/template-translations.yaml +++ b/template-translations.yaml @@ -1,14 +1,14 @@  default:    title: Learn X in Y minutes -  where: Where +  where: Where X=    getCode: "Get the code:"    share: Share this page    suggestions: "Got a suggestion? A correction, perhaps? <a href=\"%s\">Open an Issue</a> on the Github Repo, or make a pull request yourself!"    contributor: "Originally contributed by %s, and updated by <a href=\"%s\">%d contributors</a>."  zh_CN: -  title: Y分钟速成X -  where: 当 +  title: X分钟速成Y +  where: 当Y=    getCode: 源代码下载:    share: 分享此页    suggestions: "有建议?或者发现什么错误?在Github上<a href=\"%s\">开一个issue</a>,或者你自己也可以写一个pull request!" | 
