12-05-2026 Frontend dev
This commit is contained in:
parent
405df0a122
commit
5b8bdf4182
779 changed files with 480564 additions and 6241 deletions
18
config/countries.php
Normal file
18
config/countries.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'default' => 'DE',
|
||||
|
||||
'items' => [
|
||||
'DE' => 'Deutschland',
|
||||
'AT' => 'Oesterreich',
|
||||
'CH' => 'Schweiz',
|
||||
'LI' => 'Liechtenstein',
|
||||
'LU' => 'Luxemburg',
|
||||
'BE' => 'Belgien',
|
||||
'NL' => 'Niederlande',
|
||||
'FR' => 'Frankreich',
|
||||
'GB' => 'Vereinigtes Koenigreich',
|
||||
'US' => 'Vereinigte Staaten',
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue