Skip to content

Localization

Rangga Fajar Oktariansyah edited this page Mar 31, 2026 · 1 revision

Language Support

The stats card can display text in multiple languages. Use the locale parameter to change the language.

How to Use

![GitHub Stats](https://gh-readme-profile.vercel.app/api?username=FajarKim&locale=id)

Available Languages

Code Language
en English
ar العربية (Arabic)
fr Français (French)
id Bahasa Indonesia
ja 日本語 (Japanese)
ko 한국어 (Korean)

Full Language List

For a complete list of supported languages, see the i18n/README.md file in the repository.

Adding a New Language

If your language is not yet available, you can contribute by adding a new translation. Follow these steps:

  1. Fork the repository
  2. Create a new translation file in the i18n/ folder with the format messages.[code].json
  3. Translate all strings from messages.en.json
  4. Update the documentation
  5. Submit a pull request

See Contributing for more details.

Examples in Different Languages

Indonesian

![GitHub Stats](https://gh-readme-profile.vercel.app/api?username=FajarKim&locale=id)

Japanese

![GitHub Stats](https://gh-readme-profile.vercel.app/api?username=FajarKim&locale=ja)

Arabic

![GitHub Stats](https://gh-readme-profile.vercel.app/api?username=FajarKim&locale=ar)

Clone this wiki locally