mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
add 2 more translatable strings
This commit is contained in:
parent
31946ceb6a
commit
0d18bc8a8f
3 changed files with 6 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
node_modules
|
||||
npm-debug.log
|
||||
.idea
|
||||
.swo
|
||||
.swp
|
||||
|
|
|
|||
4
dist/habitrpg-shared.js
vendored
4
dist/habitrpg-shared.js
vendored
|
|
@ -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])
|
||||
}).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])
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue