mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-18 07:02:46 +08:00
![Dan Brown](/assets/img/avatar_default.png)
Extended the base Laravel translation system to allow a locale to be based upon another. Also adds functionality to take base & fallback locales into account when fetching an array of translations. Related to work done in #1159
9 lines
218 B
PHP
9 lines
218 B
PHP
<?php
|
|
|
|
// Extends 'de'
|
|
return [
|
|
/**
|
|
* Email Content
|
|
*/
|
|
'email_action_help' => 'Sollte es beim Anklicken der Schaltfläche ":action_text" Probleme geben, öffne die folgende URL in Deinem Browser:',
|
|
]; |