Update translations.

This commit is contained in:
James Cole
2023-12-20 21:04:35 +01:00
parent c9d5d74662
commit 3842552256
10 changed files with 10 additions and 24 deletions

View File

@@ -27,37 +27,37 @@ declare(strict_types=1);
return [
'html_language' => 'en',
'locale' => 'en, English, en_US.utf8, en_US.UTF-8',
//'month' => '%B %Y',
// 'month' => '%B %Y',
'month_js' => 'MMMM YYYY',
//'month_and_day' => '%B %e, %Y',
// 'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_day_js' => 'MMMM Do, YYYY',
//'month_and_date_day' => '%A %B %e, %Y',
// 'month_and_date_day' => '%A %B %e, %Y',
'month_and_date_day_js' => 'dddd MMMM Do, YYYY',
//'month_and_day_no_year' => '%B %e',
// 'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'MMMM Do',
// Ignore this comment
//'date_time' => '%B %e, %Y, @ %T',
// 'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
//'specific_day' => '%e %B %Y',
// 'specific_day' => '%e %B %Y',
'specific_day_js' => 'D MMMM YYYY',
//'week_in_year' => 'Week %V, %G',
// 'week_in_year' => 'Week %V, %G',
'week_in_year_js' => '[Week] W, GGGG',
'week_in_year_fns' => "'Week' w, yyyy",
//'year' => '%Y',
// 'year' => '%Y',
'year_js' => 'YYYY',
//'half_year' => '%B %Y',
// 'half_year' => '%B %Y',
'half_year_js' => '\QQ YYYY',
'quarter_fns' => "'Q'Q, yyyy",