From 0d18bc8a8f979bfca449fa8598f5c704fc48c9f2 Mon Sep 17 00:00:00 2001 From: Adrien Lemaire Date: Sat, 9 Aug 2014 18:58:08 +0900 Subject: [PATCH] add 2 more translatable strings --- .gitignore | 1 + dist/habitrpg-shared.js | 4 ++-- locales/en/generic.json | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c10ab09fb6..ca606eef29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules +npm-debug.log .idea .swo .swp diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index 4b4ee79430..ede3bf6293 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -14301,5 +14301,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("/vagrant/node_modules/habitrpg-shared/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js")) +},{"./content.coffee":5,"./i18n.coffee":6,"/vagrant/node_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 diff --git a/locales/en/generic.json b/locales/en/generic.json index 72c777ec8b..b56d7ae379 100644 --- a/locales/en/generic.json +++ b/locales/en/generic.json @@ -65,5 +65,7 @@ "endTour": "End Tour", "music": "Music", "soundOff": "Turn the sound off", - "soundOn": "Turn the sound on" + "soundOn": "Turn the sound on", + "switchSound": "Switch on/off", + "selectTheme": "Select Audio theme" }