[PR #1424] [MERGED] Add Catalan localization (ca-ES) #1294

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1424
Author: @rogerclotet
Created: 11/12/2025
Status: Merged
Merged: 11/12/2025
Merged by: @meltyshev

Base: masterHead: ca-ES


📝 Commits (3)

  • 2fddb6f Add Catalan localization (ca-ES)
  • f5d3c2c chore: Fix linting, add server-side part
  • ff2f85c chore: Fix server-side translation

📊 Changes

12 files changed (+732 additions, -5 deletions)

View changed files

client/src/locales/ca-ES/core.js (+499 -0)
client/src/locales/ca-ES/index.js (+8 -0)
client/src/locales/ca-ES/login.js (+35 -0)
client/src/locales/ca-ES/markdown-editor.json (+165 -0)
📝 client/src/locales/index.js (+2 -0)
📝 server/api/controllers/access-tokens/accept-terms.js (+1 -1)
📝 server/api/controllers/users/create.js (+1 -1)
📝 server/api/controllers/users/update.js (+1 -1)
📝 server/api/models/User.js (+2 -1)
📝 server/config/i18n.js (+1 -0)
server/config/locales/ca-ES.json (+16 -0)
📝 server/config/locales/es-ES.json (+1 -1)

📄 Description

Adding a new language to this awesome project.

I'm a native Catalan and Spansih speaker, with professional English experience. I translated and compared strings with Spanish and English to ensure consistency and proper tone.


🔄 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/1424 **Author:** [@rogerclotet](https://github.com/rogerclotet) **Created:** 11/12/2025 **Status:** ✅ Merged **Merged:** 11/12/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `ca-ES` --- ### 📝 Commits (3) - [`2fddb6f`](https://github.com/plankanban/planka/commit/2fddb6f2d7d06768ab9b4957e7d4f1a501e7c31d) Add Catalan localization (ca-ES) - [`f5d3c2c`](https://github.com/plankanban/planka/commit/f5d3c2c9160ac57a79d51fb36ccc4dc7fc3baffe) chore: Fix linting, add server-side part - [`ff2f85c`](https://github.com/plankanban/planka/commit/ff2f85c2870ce0e688dc6d839b85212105c1113f) chore: Fix server-side translation ### 📊 Changes **12 files changed** (+732 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `client/src/locales/ca-ES/core.js` (+499 -0) ➕ `client/src/locales/ca-ES/index.js` (+8 -0) ➕ `client/src/locales/ca-ES/login.js` (+35 -0) ➕ `client/src/locales/ca-ES/markdown-editor.json` (+165 -0) 📝 `client/src/locales/index.js` (+2 -0) 📝 `server/api/controllers/access-tokens/accept-terms.js` (+1 -1) 📝 `server/api/controllers/users/create.js` (+1 -1) 📝 `server/api/controllers/users/update.js` (+1 -1) 📝 `server/api/models/User.js` (+2 -1) 📝 `server/config/i18n.js` (+1 -0) ➕ `server/config/locales/ca-ES.json` (+16 -0) 📝 `server/config/locales/es-ES.json` (+1 -1) </details> ### 📄 Description Adding a new language to this awesome project. I'm a native Catalan and Spansih speaker, with professional English experience. I translated and compared strings with Spanish and English to ensure consistency and proper tone. --- <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 22:01:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1294