[PR #1159] [MERGED] add German informal language #5786

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1159
Author: @ezzra
Created: 12/3/2018
Status: Merged
Merged: 12/12/2018
Merged by: @ssddanbrown

Base: masterHead: german_informal


📝 Commits (2)

  • a2acd06 add german informal language
  • f943f0d de_informal - remove comments from unused lines

📊 Changes

12 files changed (+221 additions, -2 deletions)

View changed files

📝 config/app.php (+1 -1)
resources/lang/de_informal/activities.php (+8 -0)
resources/lang/de_informal/auth.php (+45 -0)
resources/lang/de_informal/common.php (+11 -0)
resources/lang/de_informal/components.php (+12 -0)
resources/lang/de_informal/entities.php (+53 -0)
resources/lang/de_informal/errors.php (+29 -0)
resources/lang/de_informal/pagination.php (+8 -0)
resources/lang/de_informal/passwords.php (+8 -0)
resources/lang/de_informal/settings.php (+36 -0)
resources/lang/de_informal/validation.php (+8 -0)
📝 resources/lang/en/settings.php (+2 -1)

📄 Description

This commit adds German informal language ("Du" instead of "Sie") based on the current formal language files. Fixes this part of #890.


🔄 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/1159 **Author:** [@ezzra](https://github.com/ezzra) **Created:** 12/3/2018 **Status:** ✅ Merged **Merged:** 12/12/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `german_informal` --- ### 📝 Commits (2) - [`a2acd06`](https://github.com/BookStackApp/BookStack/commit/a2acd063f3883a667e60c3cde78426f5f767d50c) add german informal language - [`f943f0d`](https://github.com/BookStackApp/BookStack/commit/f943f0d401e7e4e9e3325a2f9c4e090aca70a307) de_informal - remove comments from unused lines ### 📊 Changes **12 files changed** (+221 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `config/app.php` (+1 -1) ➕ `resources/lang/de_informal/activities.php` (+8 -0) ➕ `resources/lang/de_informal/auth.php` (+45 -0) ➕ `resources/lang/de_informal/common.php` (+11 -0) ➕ `resources/lang/de_informal/components.php` (+12 -0) ➕ `resources/lang/de_informal/entities.php` (+53 -0) ➕ `resources/lang/de_informal/errors.php` (+29 -0) ➕ `resources/lang/de_informal/pagination.php` (+8 -0) ➕ `resources/lang/de_informal/passwords.php` (+8 -0) ➕ `resources/lang/de_informal/settings.php` (+36 -0) ➕ `resources/lang/de_informal/validation.php` (+8 -0) 📝 `resources/lang/en/settings.php` (+2 -1) </details> ### 📄 Description This commit adds German informal language ("Du" instead of "Sie") based on the current formal language files. Fixes this part of #890. --- <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:17:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5786