mirror of
https://github.com/plankanban/planka.git
synced 2026-02-27 08:00:55 +03:00
[PR #1176] [MERGED] Add Greek language support (el-GR) to Planka interface and backend #1212
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/1176
Author: @symonbaikov
Created: 6/5/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @meltyshev
Base:
master← Head:new-feature-branch📝 Commits (7)
e14795cfeat: use react-world-flags for language selector and unify flag styles5906e66Merge branch 'plankanban:master' into master0177a6fchore: remove react-world-flags dependency and update flag rendering7b7743efeat: add Greek language support9ba6722refactor: simplify flag rendering in AccountPane305b46fchore: remove unused LocaleFlag styles4941a19ref: Revert package-lock file, refactoring📊 Changes
6 files changed (+658 additions, -0 deletions)
View changed files
➕
client/src/locales/el-GR/core.js(+455 -0)➕
client/src/locales/el-GR/index.js(+8 -0)➕
client/src/locales/el-GR/login.js(+27 -0)➕
client/src/locales/el-GR/markdown-editor.json(+165 -0)📝
client/src/locales/index.js(+2 -0)📝
server/api/models/User.js(+1 -0)📄 Description
The main interface files (Core.js, login.js) into Greek are translated.
Fixed locals: now for the EL-GR, all names spaces (Login, Core, etc.) are combined, which ensures the correct operation of localization.
Fixed imports of dates and time locals: Greek locals are used for Date-FNS and JavaScript-Time-Ago.
The language of 'EL-GR' has been added to the list of supported languages on the server (Languages in user.js), which allows you to preserve and use Greek for users.
Fixed possible problems with displaying and preserving the language when updating the page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.