Files
opensem/config/translatable.php
Ludovic CANDELLIER 64abc46d99 [WIP] Refactor project
2021-05-21 00:21:05 +02:00

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,
];