// Strings for the help page. Fill zh/en with identical key structure. module.exports = { zh: { title: '使用帮助', placeholderText: '内容建设中', placeholderSub: '帮助文档正在编写,敬请期待' }, en: { title: 'Help', placeholderText: 'Coming soon', placeholderSub: 'The help guide is being written. Stay tuned.' } }