localization support
This commit is contained in:
parent
f99d6f88c3
commit
d91128274b
29 changed files with 396 additions and 194 deletions
|
@ -4,7 +4,7 @@ module.exports = () => {
|
|||
const router = express.Router()
|
||||
|
||||
router.get('/', async (req, res) => {
|
||||
res.render('supported-sites', { title: 'Supported Sites' })
|
||||
res.render('supported-sites', { title: _CC.lang('SUPPORTED_SITES_HEADER') })
|
||||
})
|
||||
|
||||
return router
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue