-
-
Notifications
You must be signed in to change notification settings - Fork 8
Localization
Rangga Fajar Oktariansyah edited this page Mar 31, 2026
·
1 revision
The stats card can display text in multiple languages. Use the locale parameter to change the language.
| Code | Language |
|---|---|
en |
English |
ar |
العربية (Arabic) |
fr |
Français (French) |
id |
Bahasa Indonesia |
ja |
日本語 (Japanese) |
ko |
한국어 (Korean) |
For a complete list of supported languages, see the i18n/README.md file in the repository.
If your language is not yet available, you can contribute by adding a new translation. Follow these steps:
- Fork the repository
- Create a new translation file in the
i18n/folder with the formatmessages.[code].json - Translate all strings from
messages.en.json - Update the documentation
- Submit a pull request
See Contributing for more details.
Made with ❤️ using TypeScript