Language fix for German UTF8 and a new Russian sentence

This commit is contained in:
James Cole
2019-11-09 20:14:34 +01:00
parent dc0e8528c8
commit 3c25148f3f
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ 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',