mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Integrating Wu as zh-WUU-HANS and zh-WUU-HANT; hacking on a fork of i18next to do so.
This commit is contained in:
parent
28a56c1c83
commit
f92fd122c6
4 changed files with 7 additions and 2 deletions
|
@ -19,6 +19,8 @@ module.exports =
|
|||
zh: require './zh' # 中文, Chinese
|
||||
'zh-HANS': require './zh-HANS' # 简体中文, Chinese (Simplified)
|
||||
'zh-HANT': require './zh-HANT' # 繁体中文, Chinese (Traditional)
|
||||
'zh-WUU-HANS': require './zh-WUU-HANS' # 巫师吴语, Wuu (Simplified)
|
||||
'zh-WUU-HANT': require './zh-WUU-HANT' # 巫師吳語, Wuu (Traditional)
|
||||
fr: require './fr' # français, French
|
||||
ja: require './ja' # 日本語, Japanese
|
||||
ar: require './ar' # العربية, Arabic
|
||||
|
|
3
app/locale/zh-WUU-HANS.coffee
Normal file
3
app/locale/zh-WUU-HANS.coffee
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = nativeDescription: "巫师吴语", englishDescription: "Wuu (Simplified)", translation:
|
||||
common:
|
||||
loading: "徕搭读取……"
|
|
@ -1,4 +1,4 @@
|
|||
module.exports = nativeDescription: "巫師吳語", englishDescription: "Wuu", translation:
|
||||
module.exports = nativeDescription: "巫師吳語", englishDescription: "Wuu (Traditional)", translation:
|
||||
common:
|
||||
loading: "徠搭讀取……"
|
||||
saving: "徠搭存檔……"
|
|
@ -28,7 +28,7 @@
|
|||
"lodash": "~2.4.1",
|
||||
"backbone": "1.1.0",
|
||||
"jquery-mousewheel": "~3.1.9",
|
||||
"i18next": "~1.7.1",
|
||||
"i18next": "git@github.com:/nwinter/i18next.git",
|
||||
"firepad": "~0.1.2",
|
||||
"marked": "~0.3.0",
|
||||
"moment": "~2.5.0",
|
||||
|
|
Loading…
Reference in a new issue