Add translations.

This commit is contained in:
James Cole
2021-06-06 17:18:10 +02:00
parent eacaee9e47
commit a8f4154a77
25 changed files with 65 additions and 65 deletions

View File

@@ -24,11 +24,11 @@ declare(strict_types=1);
return [
'html_language' => 'de',
'locale' => 'de, Deutsch, de_DE, de_DE.utf8, de_DE.UTF-8',
'locale' => 'de, Deutsch, de_DE.utf8, de_DE.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e. %B %Y',
'month_and_day_moment_js' => 'DD. MMM. YYYY',
'month_and_day_fns' => 'd. MMMM y',
'month_and_day_fns' => 'D. MMMM Y',
'month_and_date_day' => '%A, %B %e. %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',