[WIP] Setup of skeleton
This commit is contained in:
9
config/translatable.php
Normal file
9
config/translatable.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
* If a translation has not been set for a given locale, use this locale instead.
|
||||
*/
|
||||
'fallback_locale' => 'en',
|
||||
];
|
||||
Reference in New Issue
Block a user