add transaltions

This commit is contained in:
2025-10-23 11:06:36 +02:00
parent 62719ef9c3
commit 5edd9dedb6
19 changed files with 170 additions and 4 deletions

View File

@@ -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',
],
],
];