[PR #1158] [CLOSED] German informal #5777

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1158
Author: @ezzra
Created: 12/3/2018
Status: Closed

Base: masterHead: german_informal


📝 Commits (10+)

  • 6ad21ce Added built assets for release
  • 448ac14 Merge branch 'master' into release
  • d2cacf1 Release update
  • e99507d Merge branch 'master' into release
  • f517ef3 Added new asset structure
  • a91d426 Merge branch 'master' into release
  • f184d76 Added build folder to release
  • 910faab Merge branch 'master' into release
  • 3b3bc0c Updated compiled assets
  • 4fc75be Merge branch 'master' into release

📊 Changes

18 files changed (+7727 additions, -6 deletions)

View changed files

📝 .gitignore (+3 -3)
📝 config/app.php (+1 -1)
public/dist/app.js (+67 -0)
public/dist/export-styles.css (+2516 -0)
public/dist/print-styles.css (+25 -0)
public/dist/styles.css (+4291 -0)
resources/lang/de_informal/activities.php (+51 -0)
resources/lang/de_informal/auth.php (+67 -0)
resources/lang/de_informal/common.php (+67 -0)
resources/lang/de_informal/components.php (+32 -0)
resources/lang/de_informal/entities.php (+266 -0)
resources/lang/de_informal/errors.php (+69 -0)
resources/lang/de_informal/pagination.php (+19 -0)
resources/lang/de_informal/passwords.php (+22 -0)
resources/lang/de_informal/settings.php (+120 -0)
resources/lang/de_informal/validation.php (+108 -0)
📝 resources/lang/en/settings.php (+2 -1)
📝 version (+1 -1)

📄 Description

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/1158 **Author:** [@ezzra](https://github.com/ezzra) **Created:** 12/3/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `german_informal` --- ### 📝 Commits (10+) - [`6ad21ce`](https://github.com/BookStackApp/BookStack/commit/6ad21ce885b9e96680387003bd616ba72add5334) Added built assets for release - [`448ac14`](https://github.com/BookStackApp/BookStack/commit/448ac1405b089c8b32070884ee30713d5be8b0e0) Merge branch 'master' into release - [`d2cacf1`](https://github.com/BookStackApp/BookStack/commit/d2cacf1945eb4640607bc3d1c84ee7e1010a3db5) Release update - [`e99507d`](https://github.com/BookStackApp/BookStack/commit/e99507ddcfe6867d8cc8be51e89353c249d3be6e) Merge branch 'master' into release - [`f517ef3`](https://github.com/BookStackApp/BookStack/commit/f517ef361696ed467c77609d10d1dae3be5d4cbd) Added new asset structure - [`a91d426`](https://github.com/BookStackApp/BookStack/commit/a91d42634d3a8eeb804c1818c10fbdce8b0beec7) Merge branch 'master' into release - [`f184d76`](https://github.com/BookStackApp/BookStack/commit/f184d763ad45b6e46d53ccc27e4a2ade856c10bd) Added build folder to release - [`910faab`](https://github.com/BookStackApp/BookStack/commit/910faab88e34d1a0f50d7d422c79a5e9bf64b28b) Merge branch 'master' into release - [`3b3bc0c`](https://github.com/BookStackApp/BookStack/commit/3b3bc0c4bffb6d9e735eca9d99dbcdb88cd104e4) Updated compiled assets - [`4fc75be`](https://github.com/BookStackApp/BookStack/commit/4fc75beed4663abd2ca077cc8aa26f36e9b793c9) Merge branch 'master' into release ### 📊 Changes **18 files changed** (+7727 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -3) 📝 `config/app.php` (+1 -1) ➕ `public/dist/app.js` (+67 -0) ➕ `public/dist/export-styles.css` (+2516 -0) ➕ `public/dist/print-styles.css` (+25 -0) ➕ `public/dist/styles.css` (+4291 -0) ➕ `resources/lang/de_informal/activities.php` (+51 -0) ➕ `resources/lang/de_informal/auth.php` (+67 -0) ➕ `resources/lang/de_informal/common.php` (+67 -0) ➕ `resources/lang/de_informal/components.php` (+32 -0) ➕ `resources/lang/de_informal/entities.php` (+266 -0) ➕ `resources/lang/de_informal/errors.php` (+69 -0) ➕ `resources/lang/de_informal/pagination.php` (+19 -0) ➕ `resources/lang/de_informal/passwords.php` (+22 -0) ➕ `resources/lang/de_informal/settings.php` (+120 -0) ➕ `resources/lang/de_informal/validation.php` (+108 -0) 📝 `resources/lang/en/settings.php` (+2 -1) 📝 `version` (+1 -1) </details> ### 📄 Description 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:16:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5777