Update language files [skip ci]

This commit is contained in:
James Cole 2018-01-17 06:43:04 +01:00
parent 5f5725e0e3
commit 493543c1f5
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
6 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,7 @@
declare(strict_types=1);
return [
'html_language' => 'de',
'locale' => 'de, Deutsch, de_DE, de_DE.utf8, de_DE.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e. %B %Y',

View File

@ -21,6 +21,7 @@
declare(strict_types=1);
return [
'html_language' => 'fr',
'locale' => 'fr, French, fr_FR, fr_FR.utf8, fr_FR.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',

View File

@ -21,6 +21,7 @@
declare(strict_types=1);
return [
'html_language' => 'id',
'locale' => 'id, Bahasa Indonesia, id_ID, id_ID.utf8, id_ID.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',

View File

@ -21,6 +21,7 @@
declare(strict_types=1);
return [
'html_language' => 'nl',
'locale' => 'nl, Dutch, nl_NL, nl_NL.utf8, nl_NL.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',

View File

@ -21,6 +21,7 @@
declare(strict_types=1);
return [
'html_language' => 'ru',
'locale' => 'ru, Russian, ru_RU, ru_RU.utf8, ru_RU.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',

View File

@ -21,6 +21,7 @@
declare(strict_types=1);
return [
'html_language' => 'tr',
'locale' => 'tr, Turkish, tr_TR, tr_TR.utf8, tr_TR.S.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',