Skip to content

Commit

Permalink
Configured i18next-parser settings
Browse files Browse the repository at this point in the history
refs #15502

- prevent it from creating `_old` files
- set JSON indentation to 4 spaces
  • Loading branch information
daniellockyer committed Jan 18, 2023
1 parent 2cf1611 commit fbbea1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ghost/i18n/i18next-parser.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ module.exports = {
keySeparator: false,
namespaceSeparator: false,

createOldCatalogs: false,
indentation: 4,
sort: true,

output: 'locales/$LOCALE.json'
Expand Down

0 comments on commit fbbea1c

Please sign in to comment.