mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
add german informal language
This commit is contained in:
19
resources/lang/de_informal/passwords.php
Normal file
19
resources/lang/de_informal/passwords.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
$de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__));
|
||||
|
||||
$de_informal = [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
];
|
||||
|
||||
return array_replace($de_formal, $de_informal);
|
Reference in New Issue
Block a user