323bff7d6d
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
6 lines
No EOL
41 B
PHP
6 lines
No EOL
41 B
PHP
<?php
|
|
|
|
// Extends 'de'
|
|
return [
|
|
//
|
|
]; |