PRISM currently supports EN, RU, and DE. Let's expand our localization by adding Italian (IT) and Portuguese (PT) translations.
What to do
- Go to
frontend/src/messages/.
- Duplicate
en.json and name the new files it.json and pt.json.
- Translate the JSON keys to Italian and Portuguese.
- Add the new languages to
frontend/src/lib/i18n.tsx configuration array so users can select them.
Acceptance criteria
- No broken JSON syntax.
- Translations are accurate (Google Translate/DeepL is fine, native speakers preferred).
- IT and PT flags/selectors appear in the UI language switcher.
PRISM currently supports EN, RU, and DE. Let's expand our localization by adding Italian (IT) and Portuguese (PT) translations.
What to do
frontend/src/messages/.en.jsonand name the new filesit.jsonandpt.json.frontend/src/lib/i18n.tsxconfiguration array so users can select them.Acceptance criteria