Commit 3c8dcdcc authored by Nicolas Giard's avatar Nicolas Giard

fix: setup locale crash

parent cad45f57
......@@ -202,7 +202,7 @@ module.exports = () => {
WIKI.logger.info('Installing default locale...')
await WIKI.models.locales.query().insert({
code: 'en',
strings: require('./locales/default.json'),
strings: JSON.stringify({}),
isRTL: false,
name: 'English',
nativeName: 'English'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment