[PR #308] [CLOSED] Dutch Language Files #5629

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/308
Author: @arietimmerman
Created: 2/11/2017
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • b2b64fb Started with Dutch translation
  • 4214fcd Updated Dutch language files
  • c5be146 Improved some translations
  • 7c436a9 Nescio support + NewUser command

📊 Changes

21 files changed (+1064 additions, -176 deletions)

View changed files

📝 .env.example (+7 -1)
📝 .gitignore (+8 -1)
app/Console/Commands/NewUser.php (+48 -0)
📝 app/Console/Kernel.php (+1 -0)
📝 app/Providers/EventServiceProvider.php (+1 -0)
📝 app/Services/SocialAuthService.php (+11 -1)
📝 composer.json (+8 -1)
📝 composer.lock (+212 -171)
📝 config/services.php (+8 -0)
resources/assets/icons/nescio.svg (+1 -0)
resources/lang/nl/activities.php (+40 -0)
resources/lang/nl/auth.php (+76 -0)
resources/lang/nl/common.php (+58 -0)
resources/lang/nl/components.php (+24 -0)
resources/lang/nl/entities.php (+226 -0)
resources/lang/nl/errors.php (+70 -0)
resources/lang/nl/pagination.php (+19 -0)
resources/lang/nl/passwords.php (+22 -0)
resources/lang/nl/settings.php (+111 -0)
resources/lang/nl/validation.php (+108 -0)

...and 1 more files

📄 Description

I’ve translated the English language files to Dutch.


🔄 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/308 **Author:** [@arietimmerman](https://github.com/arietimmerman) **Created:** 2/11/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`b2b64fb`](https://github.com/BookStackApp/BookStack/commit/b2b64fb853510fdcdace5e719e9c076b6ac1a4e3) Started with Dutch translation - [`4214fcd`](https://github.com/BookStackApp/BookStack/commit/4214fcd2faef7a32d55f663a64f47494c9c94dc7) Updated Dutch language files - [`c5be146`](https://github.com/BookStackApp/BookStack/commit/c5be1462dfe462bb69d5bee873d5015f82eb018f) Improved some translations - [`7c436a9`](https://github.com/BookStackApp/BookStack/commit/7c436a9bca9e29325f76d0cb817a5b5ccddddf77) Nescio support + NewUser command ### 📊 Changes **21 files changed** (+1064 additions, -176 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+7 -1) 📝 `.gitignore` (+8 -1) ➕ `app/Console/Commands/NewUser.php` (+48 -0) 📝 `app/Console/Kernel.php` (+1 -0) 📝 `app/Providers/EventServiceProvider.php` (+1 -0) 📝 `app/Services/SocialAuthService.php` (+11 -1) 📝 `composer.json` (+8 -1) 📝 `composer.lock` (+212 -171) 📝 `config/services.php` (+8 -0) ➕ `resources/assets/icons/nescio.svg` (+1 -0) ➕ `resources/lang/nl/activities.php` (+40 -0) ➕ `resources/lang/nl/auth.php` (+76 -0) ➕ `resources/lang/nl/common.php` (+58 -0) ➕ `resources/lang/nl/components.php` (+24 -0) ➕ `resources/lang/nl/entities.php` (+226 -0) ➕ `resources/lang/nl/errors.php` (+70 -0) ➕ `resources/lang/nl/pagination.php` (+19 -0) ➕ `resources/lang/nl/passwords.php` (+22 -0) ➕ `resources/lang/nl/settings.php` (+111 -0) ➕ `resources/lang/nl/validation.php` (+108 -0) _...and 1 more files_ </details> ### 📄 Description I’ve translated the English language files to Dutch. --- <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:12:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5629