add transaltions
This commit is contained in:
@@ -10,4 +10,24 @@
|
||||
return [
|
||||
'debug' => true,
|
||||
'yaml.handler' => 'symfony', // already makes use of the more modern Symfony YAML parser: https://getkirby.com/docs/reference/system/options/yaml (will become the default in a future Kirby version)
|
||||
'url' => 'https://licht.interkollektiv.es',
|
||||
'panel' => [
|
||||
'install' => true,
|
||||
'url' => 'https://licht.interkollektiv.es/panel',
|
||||
],
|
||||
'languages' => [
|
||||
[
|
||||
'code' => 'de',
|
||||
'default' => true,
|
||||
'name' => 'Deutsch',
|
||||
'locale' => 'de_DE',
|
||||
'url' => '/',
|
||||
],
|
||||
[
|
||||
'code' => 'en',
|
||||
'name' => 'English',
|
||||
'locale' => 'en_US',
|
||||
'url' => '/en',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user