Initial commit
This commit is contained in:
15
kirby-baukasten-main/site/languages/de.php
Normal file
15
kirby-baukasten-main/site/languages/de.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
use Kirby\Data\Yaml;
|
||||
|
||||
return [
|
||||
'code' => 'de',
|
||||
'default' => true,
|
||||
'direction' => 'ltr',
|
||||
'locale' => [
|
||||
'LC_ALL' => 'de_DE'
|
||||
],
|
||||
'name' => 'Deutsch',
|
||||
'translations' => Yaml::read(__DIR__ . '/../translations/de.yml'),
|
||||
'url' => ''
|
||||
];
|
||||
Reference in New Issue
Block a user