mirror of
https://github.com/plankanban/planka.git
synced 2026-03-01 11:21:46 +03:00
[PR #1212] [MERGED] Add Estonian (et-EE) locale support #1240
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/1212
Author: @symonbaikov
Created: 6/12/2025
Status: ✅ Merged
Merged: 6/16/2025
Merged by: @meltyshev
Base:
master← Head:feature/estonian-locale-clean📝 Commits (2)
f844bddAdd Estonian (et-EE) locale support8409a39chore: Include third-party locales, refactoring📊 Changes
6 files changed (+640 additions, -0 deletions)
View changed files
➕
client/src/locales/et-EE/core.js(+437 -0)➕
client/src/locales/et-EE/index.js(+8 -0)➕
client/src/locales/et-EE/login.js(+27 -0)➕
client/src/locales/et-EE/markdown-editor.json(+165 -0)📝
client/src/locales/index.js(+2 -0)📝
server/api/models/User.js(+1 -0)📄 Description
Added Estonian (et-EE) locale support
Added full Estonian translations for the Planka interface, including core UI, login, and markdown editor.
Updated locale index to include et-EE.
Users can now select Estonian as their interface language.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.