diff options
| author | Geoff Liu <g@geoffliu.me> | 2015-03-12 13:00:13 -0600 | 
|---|---|---|
| committer | Geoff Liu <g@geoffliu.me> | 2015-03-12 13:00:13 -0600 | 
| commit | 74226d7153043c2e8dc7213b11d506ce4269a8a6 (patch) | |
| tree | e8e98681b9a7601e8b2a8c3514e04caaf0a12a03 | |
| parent | 01d17a3ea485c8b1d73145e1c2886fb3b2dde5b8 (diff) | |
minor naming change
| -rw-r--r-- | template-translations.yaml | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/template-translations.yaml b/template-translations.yaml index 15149fd5..019bed1a 100644 --- a/template-translations.yaml +++ b/template-translations.yaml @@ -1,15 +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? <a href=\"%s\">Open an Issue</a> on the Github Repo, or make a pull request yourself!" -  contributorText: "Originally contributed by %s, and updated by <a href=\"%s\">%d contributors</a>" +  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: 当 -  codeLink: 源代码下载: -  shareText: 分享此页 -  suggestionsText: "有建议?或者发现什么错误?在Github上<a href=\"%s\">开一个issue</a>,或者你自己也可以写一个pull request!" -  contributorText: "原著%s,并由<a href=\"%s\">%d个好心人</a>修改。" +  getCode: 源代码下载: +  share: 分享此页 +  suggestions: "有建议?或者发现什么错误?在Github上<a href=\"%s\">开一个issue</a>,或者你自己也可以写一个pull request!" +  contributor: "原著%s,并由<a href=\"%s\">%d个好心人</a>修改。" | 
