mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
add german informal language
This commit is contained in:
23
resources/lang/de_informal/activities.php
Normal file
23
resources/lang/de_informal/activities.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
$de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__));
|
||||
|
||||
$de_informal = [
|
||||
|
||||
/**
|
||||
* Activity text strings.
|
||||
* Is used for all the text within activity logs & notifications.
|
||||
*/
|
||||
|
||||
// Pages
|
||||
|
||||
// Chapters
|
||||
|
||||
// Books
|
||||
|
||||
// Bookshelves
|
||||
|
||||
// Other
|
||||
|
||||
];
|
||||
|
||||
return array_replace($de_formal, $de_informal);
|
Reference in New Issue
Block a user