Lesson names and descriptions updated for all levels in Japanese. Also, initial translation of Clone introduction into Japanese complete

This commit is contained in:
Derek Barncard 2014-11-02 23:14:18 -08:00
parent fb26b80a78
commit f23c9d8c3d
29 changed files with 118 additions and 10 deletions

View file

@ -6,6 +6,7 @@ exports.level = {
"en_US": "Git Fetchin'",
"fr_FR": "Git fetch",
"de_DE": "Git Fetch",
"ja" : "Git Fetch",
"es_AR": "git fetch",
"zh_CN": "Git Fetch",
"zh_TW": "git fetch"
@ -14,6 +15,7 @@ exports.level = {
"en_US": "just run git fetch!",
"fr_FR": "Exécuter juste git fetch",
"de_DE": "Einfach git fetch ausführen!",
"ja" : "単にgit fetchを実行",
"es_AR": "Simplemente ¡hacé git fetch!",
"zh_CN": "只要运行 git fetch 命令!",
"zh_TW": "只要下 git fetch 指令"