fix: setup locale crash

This commit is contained in:
Nicolas Giard 2019-01-20 13:10:06 -05:00
parent 3c8dcdcc37
commit abce09210e
2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
# How to contribute new translations
https://github.com/Requarks/wiki#translations

View File

@ -202,7 +202,7 @@ module.exports = () => {
WIKI.logger.info('Installing default locale...')
await WIKI.models.locales.query().insert({
code: 'en',
strings: JSON.stringify({}),
strings: {},
isRTL: false,
name: 'English',
nativeName: 'English'