easy-i18n
easy-i18n copied to clipboard
Add configuration option to ignore file name
Hi, Great plugin, however, I would like to be able to config the plugin to suit my current project settings
Current structure:
i18n ├── en-US.json ├── es.json ├── fr-CA.json ├── index.ts └── pt-BR.json
The plugin pick up index as another locale, which always indicate missing translation for all keys. If there is a config to ignore a file, or extension, that's be great.
Thank you
You can configure a file name pattern inside the plugin's configuration page. Set something like *.json to only filter for relevant json files.