mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1424] [MERGED] Add Catalan localization (ca-ES) #1294
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/1424
Author: @rogerclotet
Created: 11/12/2025
Status: ✅ Merged
Merged: 11/12/2025
Merged by: @meltyshev
Base:
master← Head:ca-ES📝 Commits (3)
2fddb6fAdd Catalan localization (ca-ES)f5d3c2cchore: Fix linting, add server-side partff2f85cchore: 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.