From f8912c8506e2a1a64b4900072c90ad09796b41e6 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Mon, 12 May 2014 17:16:11 +0200 Subject: [PATCH] fix(i18n): mistery -> mystery --- dist/habitrpg-shared.js | 12 ++++++------ script/content.coffee | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index 55490f7183..c860d93316 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -10674,14 +10674,14 @@ gear = { }, mystery: { 201403: { - text: t('headAccessoryMistery201403Text'), - notes: t('headAccessoryMistery201403Notes'), + text: t('headAccessoryMystery201403Text'), + notes: t('headAccessoryMystery201403Notes'), mystery: mystery['201403'], value: 10 }, 201404: { - text: t('headAccessoryMistery201404Text'), - notes: t('headAccessoryMistery201404Notes'), + text: t('headAccessoryMystery201404Text'), + notes: t('headAccessoryMystery201404Notes'), mystery: mystery['201404'], value: 10 } @@ -13823,5 +13823,5 @@ api.wrap = function(user, main) { }; -}).call(this,require("/Users/lefnire/Dropbox/Sites/habitrpg/modules/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js")) -},{"./content.coffee":5,"./i18n.coffee":6,"/Users/lefnire/Dropbox/Sites/habitrpg/modules/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1]) \ No newline at end of file +}).call(this,require("/home/matteo/Development/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js")) +},{"./content.coffee":5,"./i18n.coffee":6,"/home/matteo/Development/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js":2,"lodash":3,"moment":4}]},{},[1]) \ No newline at end of file diff --git a/script/content.coffee b/script/content.coffee index 25c3181308..784480ae9a 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -259,8 +259,8 @@ gear = wondercon_red: text: t('headAccessorySpecialWonderconRedText'), notes: t('headAccessorySpecialWonderconRedNotes'), value: 0, mystery:mystery.wondercon wondercon_black: text: t('headAccessorySpecialWonderconBlackText'), notes: t('headAccessorySpecialWonderconBlackNotes'), value: 0, mystery:mystery.wondercon mystery: - 201403: text: t('headAccessoryMistery201403Text'), notes: t('headAccessoryMistery201403Notes'), mystery:mystery['201403'], value: 10 - 201404: text: t('headAccessoryMistery201404Text'), notes: t('headAccessoryMistery201404Notes'), mystery:mystery['201404'], value: 10 + 201403: text: t('headAccessoryMystery201403Text'), notes: t('headAccessoryMystery201403Notes'), mystery:mystery['201403'], value: 10 + 201404: text: t('headAccessoryMystery201404Text'), notes: t('headAccessoryMystery201404Notes'), mystery:mystery['201404'], value: 10 ### The gear is exported as a tree (defined above), and a flat list (eg, {weapon_healer_1: .., shield_special_0: ...}) since