Merge pull request #275 from Fandekasp/add_audio
add music translatable strings
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
node_modules
|
||||
npm-debug.log
|
||||
.idea
|
||||
.swo
|
||||
.swp
|
||||
|
||||
Vendored
+2
-2
@@ -14875,5 +14875,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])
|
||||
}).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])
|
||||
|
||||
@@ -62,5 +62,10 @@
|
||||
"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",
|
||||
"switchSound": "Switch on/off",
|
||||
"selectTheme": "Select Audio theme"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user