add Help menu

This commit is contained in:
Alice Harris 2014-09-05 20:55:14 +10:00
parent 4f56d7e761
commit c7289c2450
2 changed files with 6 additions and 2 deletions

View file

@ -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])

View file

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