How do I add a new UI language? #83
Answered
by
NovaCode37
NovaCode37
asked this question in
Q&A
-
|
PRISM ships EN/RU/DE/FR/ES. How can I contribute another locale? |
Beta Was this translation helpful? Give feedback.
Answered by
NovaCode37
Jun 5, 2026
Replies: 1 comment
-
|
Localization files are in
Native speakers especially welcome — open a PR! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NovaCode37
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Localization files are in
frontend/src/messages/. To add a language:en.jsonto<code>.json(e.g.it.json,uk.json).frontend/src/lib/i18n.tsx(add it to the locale list).sidebar.tipskeep the same length.Native speakers especially welcome — open a PR!