10 lines
152 B
PHP
10 lines
152 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
* If a translation has not been set for a given locale, use this locale instead.
|
|
*/
|
|
'fallback_locale' => null,
|
|
];
|