[PR #1185] [MERGED] Add full Czech localization for Markdown editor #1220

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

📋 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: masterHead: fix/czech-markdown-editor-localization


📝 Commits (5)

  • e822372 feat(api): add endpoint to fetch all assigned cards with related data
  • 2813cab fix(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.
  • e04be9b feat(locales): add Czech markdown editor translations
  • b037ca1 Remove unrelated CSS changes from PR
  • 68a2ed1 Remove 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.json to 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.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/1185 **Author:** [@symonbaikov](https://github.com/symonbaikov) **Created:** 6/7/2025 **Status:** ✅ Merged **Merged:** 6/7/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `fix/czech-markdown-editor-localization` --- ### 📝 Commits (5) - [`e822372`](https://github.com/plankanban/planka/commit/e822372026cf077792149b396074fb424f6bec6b) feat(api): add endpoint to fetch all assigned cards with related data - [`2813cab`](https://github.com/plankanban/planka/commit/2813cab2e192b728ef2754411911515ff82a191b) fix(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. - [`e04be9b`](https://github.com/plankanban/planka/commit/e04be9b10ee63b79b215104f903a7dd0dceef803) feat(locales): add Czech markdown editor translations - [`b037ca1`](https://github.com/plankanban/planka/commit/b037ca156ccaa17def1e12cb496c8074d84466cb) Remove unrelated CSS changes from PR - [`68a2ed1`](https://github.com/plankanban/planka/commit/68a2ed169ecc8a2fabc05c77e06332ca7fa68194) Remove unrelated server/api/controllers/cards/assigned.js ### 📊 Changes **2 files changed** (+168 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/src/locales/cs-CZ/core.js` (+3 -0) ➕ `client/src/locales/cs-CZ/markdown-editor.json` (+165 -0) </details> ### 📄 Description This pull request provides a complete Czech translation for the Markdown editor. Translated all strings in `client/src/locales/cs-CZ/markdown-editor.json` to 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. --- <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:57:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1220