[PR #1034] [MERGED] Adds missing pt_BR translation #5761

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1034
Author: @andresilva-cc
Created: 9/28/2018
Status: Merged
Merged: 11/10/2018
Merged by: @ssddanbrown

Base: masterHead: pt_br_translations


📝 Commits (6)

  • 36d18f2 Adds missing "activities" pt_BR translations
  • 17ed1b7 Adds missing "common" pt_BR translations
  • 0943221 Adds missing "entities" pt_BR translations
  • cbebe7c Adds missing "errors" pt_BR translations
  • ca2a9fb Adds missing "settings" pt_BR translations
  • 18bac4e Fixes "bookshelf" pt_BR translation in "activities"

📊 Changes

5 files changed (+48 additions, -3 deletions)

View changed files

📝 resources/lang/pt_BR/activities.php (+8 -0)
📝 resources/lang/pt_BR/common.php (+1 -0)
📝 resources/lang/pt_BR/entities.php (+36 -0)
📝 resources/lang/pt_BR/errors.php (+1 -0)
📝 resources/lang/pt_BR/settings.php (+2 -3)

📄 Description

After update 0.24, several strings referencing the bookshelves feature were added, causing a lack of translation when the pt_BR locale is used. This pull request adds these missing strings.


🔄 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/1034 **Author:** [@andresilva-cc](https://github.com/andresilva-cc) **Created:** 9/28/2018 **Status:** ✅ Merged **Merged:** 11/10/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `pt_br_translations` --- ### 📝 Commits (6) - [`36d18f2`](https://github.com/BookStackApp/BookStack/commit/36d18f28ee2cba7937230ef7fe02c96ba3b56c7a) Adds missing "activities" pt_BR translations - [`17ed1b7`](https://github.com/BookStackApp/BookStack/commit/17ed1b7faf9ced6f4e825d08d4d52bececefaa8f) Adds missing "common" pt_BR translations - [`0943221`](https://github.com/BookStackApp/BookStack/commit/0943221902faebc57cd5fd40bab94277f7b10cb8) Adds missing "entities" pt_BR translations - [`cbebe7c`](https://github.com/BookStackApp/BookStack/commit/cbebe7c8dee12a2532dc859860f802a8cc525835) Adds missing "errors" pt_BR translations - [`ca2a9fb`](https://github.com/BookStackApp/BookStack/commit/ca2a9fbf1c3c5427c14b4c78a04a9bf9263ca8c4) Adds missing "settings" pt_BR translations - [`18bac4e`](https://github.com/BookStackApp/BookStack/commit/18bac4e673ac25616e4f468c02a1b77b469d665a) Fixes "bookshelf" pt_BR translation in "activities" ### 📊 Changes **5 files changed** (+48 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `resources/lang/pt_BR/activities.php` (+8 -0) 📝 `resources/lang/pt_BR/common.php` (+1 -0) 📝 `resources/lang/pt_BR/entities.php` (+36 -0) 📝 `resources/lang/pt_BR/errors.php` (+1 -0) 📝 `resources/lang/pt_BR/settings.php` (+2 -3) </details> ### 📄 Description After update 0.24, several strings referencing the bookshelves feature were added, causing a lack of translation when the pt_BR locale is used. This pull request adds these missing strings. --- <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:16:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5761