wiki/contribute-i18n.md
We welcome contributions to our internationalization efforts! This guide will help you get started with adding or updating translations for our project.
If it's a new language, please check for existing issues before starting. If none exist, submit a new issue to avoid duplicating efforts.
To add support for a new language:
Run the following command in the project root:
npm run generator:i18n-template
Select the desired locale from the list.
The script will:
Open your editor and navigate to the locales/ directory. You'll find new JSON files for the selected locale.
Translate the keys in these JSON files to the target language.
To update or improve existing translations:
locales/ directory.{{variable}}) intact.After making changes:
Thank you for helping make our project more accessible to users worldwide!