exchange/config/translatable.php

10 lines
152 B
PHP
Raw Normal View History

2022-01-10 12:03:57 +00:00
<?php
return [
/*
* If a translation has not been set for a given locale, use this locale instead.
*/
'fallback_locale' => 'tm',
];