[PR #1134] [MERGED] fix: 🐛 add missing DE translations #1200

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1134
Author: @HannesOberreiter
Created: 5/16/2025
Status: Merged
Merged: 5/16/2025
Merged by: @meltyshev

Base: masterHead: fix/translate-de


📝 Commits (4)

📊 Changes

3 files changed (+313 additions, -11 deletions)

View changed files

📝 client/src/locales/de-DE/core.js (+142 -11)
📝 client/src/locales/de-DE/login.js (+6 -0)
client/src/locales/de-DE/markdown-editor.json (+165 -0)

📄 Description

Used the en-US files as source of truth.

  • added missing keys to the german translation
  • added markdown editor translations
  • ordered keys alphabetically

Cheers
Hannes


🔄 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/1134 **Author:** [@HannesOberreiter](https://github.com/HannesOberreiter) **Created:** 5/16/2025 **Status:** ✅ Merged **Merged:** 5/16/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `fix/translate-de` --- ### 📝 Commits (4) - [`f78d58f`](https://github.com/plankanban/planka/commit/f78d58f8e5e525e78e4c7366e13cb4a9e10c0e5f) feat: :sparkles: add editor translations - [`500a78d`](https://github.com/plankanban/planka/commit/500a78de0395947ac488b023b60c0db06c23f9d2) fix: :bug: add missing login keys - [`8fbed97`](https://github.com/plankanban/planka/commit/8fbed97caa1478b076f32cf89c64b26ecaa4b9a8) fix: :bug: add missing keys - [`58c5276`](https://github.com/plankanban/planka/commit/58c5276d2904bfbd52243b592fff27f9df956a12) style: :rotating_light: ### 📊 Changes **3 files changed** (+313 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `client/src/locales/de-DE/core.js` (+142 -11) 📝 `client/src/locales/de-DE/login.js` (+6 -0) ➕ `client/src/locales/de-DE/markdown-editor.json` (+165 -0) </details> ### 📄 Description Used the `en-US` files as source of truth. - added missing keys to the german translation - added markdown editor translations - ordered keys alphabetically Cheers Hannes --- <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:56:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1200