mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-01-30 01:23:18 +00:00
🌐 Add multilingual configuration and translation files
This commit is contained in:
16
config/w-countries.php
Normal file
16
config/w-countries.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Carbon;
|
||||
|
||||
return [
|
||||
'name' => 'WCountries',
|
||||
|
||||
'locale_key' => config('translatable.locale_key', 'locale'),
|
||||
|
||||
'cache' => [
|
||||
'is_cached' => true,
|
||||
'big_time' => Carbon::now()->addDays(120),
|
||||
'small_time' => Carbon::now()->addDays(7),
|
||||
'prefix' => null,
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user