Commit abce0921 authored by Nicolas Giard's avatar Nicolas Giard

fix: setup locale crash

parent 3c8dcdcc
# How to contribute new translations
https://github.com/Requarks/wiki#translations
\ No newline at end of file
...@@ -202,7 +202,7 @@ module.exports = () => { ...@@ -202,7 +202,7 @@ module.exports = () => {
WIKI.logger.info('Installing default locale...') WIKI.logger.info('Installing default locale...')
await WIKI.models.locales.query().insert({ await WIKI.models.locales.query().insert({
code: 'en', code: 'en',
strings: JSON.stringify({}), strings: {},
isRTL: false, isRTL: false,
name: 'English', name: 'English',
nativeName: '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