feat(i18n): add Estonian (et-EE) translation #468
No reviewers
Labels
No labels
bug
chore
documentation
enhancement
help
in-progress
question
ready-for-release
released
translation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
adam/gate!468
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/i18n-add-estonian-et-EE"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Pull request overview
Adds Estonian (et-EE) localization support to the frontend by registering the locale and providing a full translation bundle.
Changes:
et-EEin the locale selector list.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.
et-EEto the list of supported locales.💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@ -0,0 +143,4 @@"go-home": "Avalehele"}}},The empty-string key (
\"\") underpage-not-foundis very likely unintended and will break expected i18n lookups (e.g.,page-not-found.actions.go-home). Replace the empty key with the correct property name (commonlyactionsdirectly underpage-not-found, or whatever key the UI expects) so translation paths are consistent and resolvable.@ -0,0 +143,4 @@"go-home": "Avalehele"}}},This empty
""key is mirrored verbatim from the sourceen-US.json(and matches the mergedfr-FR/zh-CNbundles), so the key paths resolve identically across locales. If it's an upstream typo, the fix belongs inen-US.jsonand every locale — not in this Estonian-only PR.@ -0,0 +143,4 @@"go-home": "Avalehele"}}},This is indeed a typo in the
en-US.jsonsource, and I will correct it in all the translation files once this one is merged in 😊