[PR #1212] [MERGED] Add Estonian (et-EE) locale support #1240

Closed
opened 2026-02-04 21:59:03 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: feature/estonian-locale-clean


📝 Commits (2)

  • f844bdd Add Estonian (et-EE) locale support
  • 8409a39 chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/1212 **Author:** [@symonbaikov](https://github.com/symonbaikov) **Created:** 6/12/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `feature/estonian-locale-clean` --- ### 📝 Commits (2) - [`f844bdd`](https://github.com/plankanban/planka/commit/f844bdde1f1b09213714a91aae0d68775afedaf8) Add Estonian (et-EE) locale support - [`8409a39`](https://github.com/plankanban/planka/commit/8409a395ed41ad3952c9f17a1ffe56dd99e90649) chore: Include third-party locales, refactoring ### 📊 Changes **6 files changed** (+640 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:59:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1240