0
Fork 0
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:
Daniel Lockyer 2023-01-18 18:29:54 +01:00
parent 2cf161168b
commit fbbea1c8a1
No known key found for this signature in database

View file

@ -6,6 +6,8 @@ module.exports = {
keySeparator: false,
namespaceSeparator: false,
createOldCatalogs: false,
indentation: 4,
sort: true,
output: 'locales/$LOCALE.json'