[PR #1186] [CLOSED] Add full Bulgarian localization for Markdown editor #1221

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1186
Author: @symonbaikov
Created: 6/7/2025
Status: Closed

Base: masterHead: feature/bg-markdown-editor-localization


📝 Commits (9)

  • 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
  • 7dab78d Add full Bulgarian localization for Markdown editor
  • 2471f3d Add core.js changes for Bulgarian localization
  • 00b1f28 Delete client/src/locales/cs-CZ/markdown-editor.json
  • 320094d Delete server/api/controllers/cards/assigned.js
  • 789cc3d Delete 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.json to Bulgarian.
Updated core.js in 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.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/1186 **Author:** [@symonbaikov](https://github.com/symonbaikov) **Created:** 6/7/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/bg-markdown-editor-localization` --- ### 📝 Commits (9) - [`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 - [`7dab78d`](https://github.com/plankanban/planka/commit/7dab78df309fa88ea81916915db2b0d067453a22) Add full Bulgarian localization for Markdown editor - [`2471f3d`](https://github.com/plankanban/planka/commit/2471f3ddbb7a7be69c8dd84d38ab3746a452a4dc) Add core.js changes for Bulgarian localization - [`00b1f28`](https://github.com/plankanban/planka/commit/00b1f28a652fe7513ec1e21ea9f8aeda1d84757c) Delete client/src/locales/cs-CZ/markdown-editor.json - [`320094d`](https://github.com/plankanban/planka/commit/320094d42ae886fbd5b5a7d6936fbad2219eba25) Delete server/api/controllers/cards/assigned.js - [`789cc3d`](https://github.com/plankanban/planka/commit/789cc3da49a86a3bf0d281671875c2eef18ada19) Delete client/src/locales/cs-CZ/core.js ### 📊 Changes **3 files changed** (+168 additions, -409 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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.json` to Bulgarian. Updated `core.js` in 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. --- <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:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1221