mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update language files [skip ci]
This commit is contained in:
parent
5f5725e0e3
commit
493543c1f5
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user