easy-i18n icon indicating copy to clipboard operation
easy-i18n copied to clipboard

Add configuration option to ignore file name

Open philongn opened this issue 2 years ago • 1 comments

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

philongn avatar Feb 08 '23 07:02 philongn

You can configure a file name pattern inside the plugin's configuration page. Set something like *.json to only filter for relevant json files.

marhali avatar Feb 19 '23 14:02 marhali