Integrating Wu as zh-WUU-HANS and zh-WUU-HANT; hacking on a fork of i18next to do so.

This commit is contained in:
Nick Winter 2014-05-02 09:46:00 -07:00
parent 28a56c1c83
commit f92fd122c6
4 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -0,0 +1,3 @@
module.exports = nativeDescription: "巫师吴语", englishDescription: "Wuu (Simplified)", translation:
common:
loading: "徕搭读取……"

View file

@ -1,4 +1,4 @@
module.exports = nativeDescription: "巫師吳語", englishDescription: "Wuu", translation:
module.exports = nativeDescription: "巫師吳語", englishDescription: "Wuu (Traditional)", translation:
common:
loading: "徠搭讀取……"
saving: "徠搭存檔……"

View file

@ -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",