diff --git a/ghost/i18n/i18next-parser.config.js b/ghost/i18n/i18next-parser.config.js index 96ee92124835..d0486e0c739c 100644 --- a/ghost/i18n/i18next-parser.config.js +++ b/ghost/i18n/i18next-parser.config.js @@ -6,6 +6,8 @@ module.exports = { keySeparator: false, namespaceSeparator: false, + createOldCatalogs: false, + indentation: 4, sort: true, output: 'locales/$LOCALE.json'