From 31946ceb6a9c6fbe1deb106e0eb281c95d84e295 Mon Sep 17 00:00:00 2001 From: Adrien Lemaire Date: Sat, 9 Aug 2014 18:07:35 +0900 Subject: [PATCH 1/2] add music translatable strings --- locales/en/generic.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/locales/en/generic.json b/locales/en/generic.json index ba6aa0856b..72c777ec8b 100644 --- a/locales/en/generic.json +++ b/locales/en/generic.json @@ -62,5 +62,8 @@ "notifications": "Notifications", "noNotifications": "You have no new messages.", "clear": "Clear", - "endTour": "End Tour" + "endTour": "End Tour", + "music": "Music", + "soundOff": "Turn the sound off", + "soundOn": "Turn the sound on" } From 0d18bc8a8f979bfca449fa8598f5c704fc48c9f2 Mon Sep 17 00:00:00 2001 From: Adrien Lemaire Date: Sat, 9 Aug 2014 18:58:08 +0900 Subject: [PATCH 2/2] 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" }