The extension is unable to ignore the index.js
file in the locales folder despite configuration settings to ignore it.
#1217
Labels
bug
Something isn't working
Describe the bug
The extension is unable to ignore the
index.js
file in the locales folder despite configuration settings to ignore it.Extension Version
i18n Ally (latest version)
Framework/i18n package you are using
vue-i18n
To Reproduce
Steps to reproduce the behavior:
index.js
file in the locales folder (e.g.,src/i18n/lang/index.js
).i18nignore
:index.js
file is still being processed by i18n AllyDevice Information
Extension Log
🧰 Config "i18n-ally.ignoreFiles" changed, reloading
🔁 Reloading loader
🧩 Enabled frameworks: Vue
🧬 Enabled parsers: js
🚀 Initializing loader "/Users/lin2022/Desktop/work/banaba_study_planner"
📂 Directory structure: file
🗃 Path Matcher Regex: /^(?[\w-_]+).(?m?js)$/
📂 Loading locales under /Users/lin2022/Desktop/work/banaba_study_planner/src/i18n/lang
📑 Loading (en) en.js [1728556068337.1614]
📑 Loading (es) es.js [1728556076369.6062]
📑 Loading (index) index.js [1728635931487.5708]
📑 Loading (zh-CN) zh-CN.js [1728635492242.2498]
👀 Watching change on /Users/lin2022/Desktop/work/banaba_study_planner/src/i18n/lang
✅ Loading finished
Screenshots
Additional Notes:
.i18nrc
file in the project root with ignore settings, but the issue persists.Any assistance in resolving this issue would be greatly appreciated. Thank you for your time and effort.
The text was updated successfully, but these errors were encountered: