Nicolas Giard пре 6 година
родитељ
комит
abce09210e
2 измењених фајлова са 1 додато и 4 уклоњено
  1. 0 3
      server/locales/CONTRIBUTE.md
  2. 1 1
      server/setup.js

+ 0 - 3
server/locales/CONTRIBUTE.md

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

+ 1 - 1
server/setup.js

@@ -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'