mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
[PR #1185] [MERGED] Add full Czech localization for Markdown editor #1220
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/1185
Author: @symonbaikov
Created: 6/7/2025
Status: ✅ Merged
Merged: 6/7/2025
Merged by: @meltyshev
Base:
master← Head:fix/czech-markdown-editor-localization📝 Commits (5)
e822372feat(api): add endpoint to fetch all assigned cards with related data2813cabfix(mobile): make label edit popup fully scrollable and keep Delete button visible at the bottom on all devices\n\nCloses #1183\n\n- Popup content is now flexbox-based and scrollable on all mobile sizes\n- Delete and Save buttons are aligned on the same row and always visible\n- Removed absolute positioning from Delete button for correct flex behavior\n- Improved mobile usability when keyboard is open\n\nBefore: On mobile, the label edit popup content could be hidden by the keyboard, and the Delete button floated or overlapped.\nAfter: Popup content scrolls, input is always accessible, and Delete button stays at the bottom right next to Save. UX is consistent on all mobile devices.e04be9bfeat(locales): add Czech markdown editor translationsb037ca1Remove unrelated CSS changes from PR68a2ed1Remove unrelated server/api/controllers/cards/assigned.js📊 Changes
2 files changed (+168 additions, -0 deletions)
View changed files
📝
client/src/locales/cs-CZ/core.js(+3 -0)➕
client/src/locales/cs-CZ/markdown-editor.json(+165 -0)📄 Description
This pull request provides a complete Czech translation for the Markdown editor.
Translated all strings in
client/src/locales/cs-CZ/markdown-editor.jsonto Czech.Updated core.js and index.js in the Czech locale to properly import and merge the Markdown editor translations, following the structure used in other languages.
As a result, the Markdown editor now correctly displays all UI elements in Czech when the Czech language is selected.
This improves the user experience for Czech-speaking users and ensures consistency across all localized components.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.