Skip to content
Discussion options

You must be logged in to vote

Localization files are in frontend/src/messages/. To add a language:

  1. Copy en.json to <code>.json (e.g. it.json, uk.json).
  2. Translate the values (keep all keys and the structure identical).
  3. Register the locale in frontend/src/lib/i18n.tsx (add it to the locale list).
  4. Make sure arrays like sidebar.tips keep the same length.

Native speakers especially welcome — open a PR!

Replies: 1 comment

Comment options

NovaCode37
Jun 5, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by NovaCode37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant