mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Configured i18next-parser settings
refs https://github.com/TryGhost/Ghost/issues/15502 - prevent it from creating `_old` files - set JSON indentation to 4 spaces
This commit is contained in:
parent
2cf161168b
commit
fbbea1c8a1
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ module.exports = {
|
|||
keySeparator: false,
|
||||
namespaceSeparator: false,
|
||||
|
||||
createOldCatalogs: false,
|
||||
indentation: 4,
|
||||
sort: true,
|
||||
|
||||
output: 'locales/$LOCALE.json'
|
||||
|
|
Loading…
Add table
Reference in a new issue