Skip to content

Commit

Permalink
[FIX] Add german language pack
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoffmann1979 committed Jan 18, 2024
1 parent f1fe3ae commit 2db6591
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .project/typo3/LocalConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
'BE' => [
'debug' => true,
'explicitADmode' => 'explicitAllow',
'installToolPassword' => '$argon2i$v=19$m=65536,t=16,p=1$RmZtaE5LQU1rSGw2NUZiWQ$YdU5on+xJ4lI6Gwd4LWpbddeAEu88cctS2dnO+r9ty0',
'passwordHashing' => [
'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash',
'options' => [],
],
'installToolPassword' => '$argon2i$v=19$m=65536,t=16,p=1$RmZtaE5LQU1rSGw2NUZiWQ$YdU5on+xJ4lI6Gwd4LWpbddeAEu88cctS2dnO+r9ty0'
],
'DB' => [
'Connections' => [
Expand All @@ -17,6 +17,13 @@
],
],
],
'EXTCONF' => [
'lang' => [
'availableLanguages' => [
'de',
],
],
],
'EXTENSIONS' => [
'backend' => [
'backendFavicon' => '',
Expand Down

0 comments on commit 2db6591

Please sign in to comment.