[PR #2333] [CLOSED] Added translation for Norwegian (Bokmål) #5985

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (2)

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

📊 Changes

11 files changed (+1030 additions, -0 deletions)

View changed files

📝 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

This will add translations for Norwegian to BookStack. It is identified by the langID no_NB


🔄 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/2333 **Author:** [@Swoy](https://github.com/Swoy) **Created:** 10/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`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. ### 📊 Changes **11 files changed** (+1030 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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 This will add translations for Norwegian to BookStack. It is identified by the langID no_NB --- <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:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5985