mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-29 10:17:15 +00:00
add Help menu
This commit is contained in:
parent
4f56d7e761
commit
c7289c2450
2 changed files with 6 additions and 2 deletions
2
dist/habitrpg-shared.js
vendored
2
dist/habitrpg-shared.js
vendored
|
|
@ -14466,4 +14466,4 @@ api.wrap = function(user, main) {
|
|||
|
||||
|
||||
}).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])
|
||||
},{"./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,9 @@
|
|||
"endTour": "End Tour",
|
||||
"audioTheme": "Audio Theme",
|
||||
"audioTheme_off": "Off",
|
||||
"audioTheme_danielTheBard": "Daniel The Bard"
|
||||
"audioTheme_danielTheBard": "Daniel The Bard",
|
||||
"askQuestion": "Ask a Question",
|
||||
"reportBug": "Report a Bug",
|
||||
"contributeToHRPG": "Contribute to HabitRPG",
|
||||
"overview": "Overview for New Users"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue