From 8fbe2dedfc849473759cd6622677c76d68ba5950 Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Sat, 3 May 2014 07:21:18 -0700 Subject: [PATCH] Propagated Wu name update. --- app/locale/zh-WUU-HANS.coffee | 2 +- app/locale/zh-WUU-HANT.coffee | 2 +- app/styles/editor/level/settings_tab.sass | 2 +- bower.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/locale/zh-WUU-HANS.coffee b/app/locale/zh-WUU-HANS.coffee index a6439af88..33070e062 100644 --- a/app/locale/zh-WUU-HANS.coffee +++ b/app/locale/zh-WUU-HANS.coffee @@ -1,4 +1,4 @@ -module.exports = nativeDescription: "巫师吴语", englishDescription: "Wuu (Simplified)", translation: +module.exports = nativeDescription: "吴语", englishDescription: "Wuu (Simplified)", translation: common: loading: "徕搭读取……" # saving: "Saving..." diff --git a/app/locale/zh-WUU-HANT.coffee b/app/locale/zh-WUU-HANT.coffee index fe52aa7f6..2e99920f8 100644 --- a/app/locale/zh-WUU-HANT.coffee +++ b/app/locale/zh-WUU-HANT.coffee @@ -1,4 +1,4 @@ -module.exports = nativeDescription: "巫師吳語", englishDescription: "Wuu (Traditional)", translation: +module.exports = nativeDescription: "吳語", englishDescription: "Wuu (Traditional)", translation: common: loading: "徠搭讀取……" saving: "徠搭存檔……" diff --git a/app/styles/editor/level/settings_tab.sass b/app/styles/editor/level/settings_tab.sass index 613881b66..58bae43d3 100644 --- a/app/styles/editor/level/settings_tab.sass +++ b/app/styles/editor/level/settings_tab.sass @@ -2,4 +2,4 @@ color: black .treema-value img - width: 100% \ No newline at end of file + max-width: 100% diff --git a/bower.json b/bower.json index 903edc925..7a25efe60 100644 --- a/bower.json +++ b/bower.json @@ -28,7 +28,7 @@ "lodash": "~2.4.1", "backbone": "1.1.0", "jquery-mousewheel": "~3.1.9", - "i18next": "git@github.com:/nwinter/i18next.git", + "i18next": "git://github.com/nwinter/i18next.git", "firepad": "~0.1.2", "marked": "~0.3.0", "moment": "~2.5.0",