Automatically mirrors any new i18n file you create in a source language (e.g. en) to every other language folder (fr, tr, es, …).
Ideal for projects that keep per-language sub-trees such as src/i18n/locales/en/....
✨ Features
Action
Result
Create src/i18n/locales/en/notes/index.ts
The same relative file is auto-created in fr/notes/index.ts, tr/notes/index.ts, etc.
CommandLocale Sync: Scan & Sync Missing Files
Scans the source language tree and adds any previously missed files to other languages.
Custom content template
Every new file can start with boilerplate you define (or stay blank).
🛠 Installation
Marketplace
Search “Locale Folder Sync” in the VS Code Extensions view and install.