[PR #2536] [MERGED] Add Catalan translation #6019

Closed
opened 2026-02-05 10:22:45 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2536
Author: @Ereza
Created: 2/4/2021
Status: Merged
Merged: 3/7/2021
Merged by: @ssddanbrown

Base: masterHead: master


📝 Commits (1)

📊 Changes

13 files changed (+1073 additions, -1 deletions)

View changed files

📝 app/Config/app.php (+1 -1)
📝 app/Http/Middleware/Localization.php (+1 -0)
resources/lang/ca/activities.php (+49 -0)
resources/lang/ca/auth.php (+77 -0)
resources/lang/ca/common.php (+85 -0)
resources/lang/ca/components.php (+34 -0)
resources/lang/ca/entities.php (+319 -0)
resources/lang/ca/errors.php (+102 -0)
resources/lang/ca/pagination.php (+12 -0)
resources/lang/ca/passwords.php (+15 -0)
resources/lang/ca/settings.php (+262 -0)
resources/lang/ca/validation.php (+115 -0)
📝 resources/lang/en/settings.php (+1 -0)

📄 Description

Added translation into Catalan language. Thanks for this amazing application! 🙂


🔄 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/BookStackApp/BookStack/pull/2536 **Author:** [@Ereza](https://github.com/Ereza) **Created:** 2/4/2021 **Status:** ✅ Merged **Merged:** 3/7/2021 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7893e82`](https://github.com/BookStackApp/BookStack/commit/7893e8229f01955fb01f4cffa616b25e4a56ada0) Add Catalan translation ### 📊 Changes **13 files changed** (+1073 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Config/app.php` (+1 -1) 📝 `app/Http/Middleware/Localization.php` (+1 -0) ➕ `resources/lang/ca/activities.php` (+49 -0) ➕ `resources/lang/ca/auth.php` (+77 -0) ➕ `resources/lang/ca/common.php` (+85 -0) ➕ `resources/lang/ca/components.php` (+34 -0) ➕ `resources/lang/ca/entities.php` (+319 -0) ➕ `resources/lang/ca/errors.php` (+102 -0) ➕ `resources/lang/ca/pagination.php` (+12 -0) ➕ `resources/lang/ca/passwords.php` (+15 -0) ➕ `resources/lang/ca/settings.php` (+262 -0) ➕ `resources/lang/ca/validation.php` (+115 -0) 📝 `resources/lang/en/settings.php` (+1 -0) </details> ### 📄 Description Added translation into Catalan language. Thanks for this amazing application! :slightly_smiling_face: --- <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-05 10:22:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6019