feat(i18n): add Estonian (et-EE) translation - #468
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds Estonian (et-EE) localization support to the frontend by registering the locale and providing a full translation bundle.
Changes:
- Register
et-EEin the locale selector list. - Add
frontend/public/i18n/et-EE.jsonwith Estonian translations.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| frontend/public/locales.json | Adds et-EE to the list of supported locales. |
| frontend/public/i18n/et-EE.json | Introduces the Estonian translation dictionary used by the i18n system. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "page-not-found": { | ||
| "title": "Lehte ei leitud", | ||
| "": { | ||
| "actions": { | ||
| "go-home": "Avalehele" | ||
| } | ||
| } | ||
| }, |
There was a problem hiding this comment.
This empty "" key is mirrored verbatim from the source en-US.json (and matches the merged fr-FR/zh-CN bundles), so the key paths resolve identically across locales. If it's an upstream typo, the fix belongs in en-US.json and every locale — not in this Estonian-only PR.
There was a problem hiding this comment.
This is indeed a typo in the en-US.json source, and I will correct it in all the translation files once this one is merged in 😊
Add full Estonian locale (et-EE.json, 257 keys mirroring en-US.json) and register et-EE in locales.json so it appears in the language selector.
5af2b5b to
ea8aade
Compare
Description
Adds a complete Estonian (et-EE) translation:
frontend/public/i18n/et-EE.json— all 257 keys translated fromen-US.json.et-EE("Eesti") infrontend/public/locales.jsonRelated Tickets & Documents
Relates to #63, #280.
Happy to contribute to such a promising project.