mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1186] [CLOSED] Add full Bulgarian localization for Markdown editor #1221
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/1186
Author: @symonbaikov
Created: 6/7/2025
Status: ❌ Closed
Base:
master← Head:feature/bg-markdown-editor-localization📝 Commits (9)
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 PR7dab78dAdd full Bulgarian localization for Markdown editor2471f3dAdd core.js changes for Bulgarian localization00b1f28Delete client/src/locales/cs-CZ/markdown-editor.json320094dDelete server/api/controllers/cards/assigned.js789cc3dDelete client/src/locales/cs-CZ/core.js📊 Changes
3 files changed (+168 additions, -409 deletions)
View changed files
📝
client/src/locales/bg-BG/core.js(+3 -1)➕
client/src/locales/bg-BG/markdown-editor.json(+165 -0)➖
client/src/locales/cs-CZ/core.js(+0 -408)📄 Description
This pull request introduces a complete Bulgarian translation for the Markdown editor and ensures proper integration with the localization system.
Translated all strings in
client/src/locales/bg-BG/markdown-editor.jsonto Bulgarian.Updated
core.jsin the Bulgarian locale to include the Markdown editor localization.As a result, the Markdown editor UI is now fully available in Bulgarian for all users who select this language.
This update improves the experience for Bulgarian-speaking users and brings the Markdown editor.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.