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" }