[PR #2334] [CLOSED] Added missing comma in "en" file. #5982

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2334
Author: @Swoy
Created: 10/19/2020
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 837cccd Added translation for Norwegian (Bokmål)
  • 461977c added missing comma that caused the testprocess to fail.
  • 4c55667 updated config to also include Norwegian

📊 Changes

12 files changed (+1031 additions, -1 deletions)

View changed files

📝 app/Config/app.php (+1 -1)
📝 resources/lang/en/settings.php (+1 -0)
resources/lang/no_NB/activities.php (+49 -0)
resources/lang/no_NB/auth.php (+77 -0)
resources/lang/no_NB/common.php (+80 -0)
resources/lang/no_NB/components.php (+34 -0)
resources/lang/no_NB/entities.php (+316 -0)
resources/lang/no_NB/errors.php (+102 -0)
resources/lang/no_NB/pagination.php (+12 -0)
resources/lang/no_NB/passwords.php (+15 -0)
resources/lang/no_NB/settings.php (+230 -0)
resources/lang/no_NB/validation.php (+114 -0)

📄 Description

No description provided


🔄 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/2334 **Author:** [@Swoy](https://github.com/Swoy) **Created:** 10/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`837cccd`](https://github.com/BookStackApp/BookStack/commit/837cccd4d44677a2c3e0529648b0dc1b64b2b7ec) Added translation for Norwegian (Bokmål) - [`461977c`](https://github.com/BookStackApp/BookStack/commit/461977cf9a9f40f91955f35b9fefac40015a939b) added missing comma that caused the testprocess to fail. - [`4c55667`](https://github.com/BookStackApp/BookStack/commit/4c5566755f8147c71b5e77e3154c792001ff163c) updated config to also include Norwegian ### 📊 Changes **12 files changed** (+1031 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Config/app.php` (+1 -1) 📝 `resources/lang/en/settings.php` (+1 -0) ➕ `resources/lang/no_NB/activities.php` (+49 -0) ➕ `resources/lang/no_NB/auth.php` (+77 -0) ➕ `resources/lang/no_NB/common.php` (+80 -0) ➕ `resources/lang/no_NB/components.php` (+34 -0) ➕ `resources/lang/no_NB/entities.php` (+316 -0) ➕ `resources/lang/no_NB/errors.php` (+102 -0) ➕ `resources/lang/no_NB/pagination.php` (+12 -0) ➕ `resources/lang/no_NB/passwords.php` (+15 -0) ➕ `resources/lang/no_NB/settings.php` (+230 -0) ➕ `resources/lang/no_NB/validation.php` (+114 -0) </details> ### 📄 Description _No description provided_ --- <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:21:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5982