Misc/Date Format

* use 12h format when using AM/PM suffix
This commit is contained in:
Sarjuuk
2025-01-20 06:41:32 +01:00
parent d86936f6f5
commit 452e056499
5 changed files with 5 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ $lang = array(
// formating
'colon' => ': ',
'dateFmtShort' => "Y/m/d",
'dateFmtLong' => "Y/m/d \a\\t H:i A",
'dateFmtLong' => "Y/m/d \a\\t g:i A",
'timeAgo' => "%s ago",
'nfSeparators' => [',', '.'],

View File

@@ -129,7 +129,7 @@ $lang = array(
// formating
'colon' => ': ',
'dateFmtShort' => "d/m/Y",
'dateFmtLong' => "d/m/Y \a \l\a\s H:i A",
'dateFmtLong' => "d/m/Y \a \l\a\s g:i A",
'timeAgo' => 'hace %s',
'nfSeparators' => ['.', ','],

View File

@@ -129,7 +129,7 @@ $lang = array(
// formating
'colon' => ' : ',
'dateFmtShort' => "Y-m-d",
'dateFmtLong' => "Y-m-d à H:i A",
'dateFmtLong' => "Y-m-d à g:i A",
'timeAgo' => 'il y a %s',
'nfSeparators' => ['', ','],

View File

@@ -129,7 +129,7 @@ $lang = array(
// formating
'colon' => ": ",
'dateFmtShort' => "Y-m-d",
'dateFmtLong' => "Y-m-d в H:i A",
'dateFmtLong' => "Y-m-d в g:i A",
'timeAgo' => '%s назад',
'nfSeparators' => ['', ','],

View File

@@ -130,7 +130,7 @@ $lang = array(
// formating
'colon' => '',
'dateFmtShort' => "Y/m/d",
'dateFmtLong' => "Y/m/d \a\\t H:i A",
'dateFmtLong' => "Y/m/d \a\\t g:i A",
'timeAgo' => '%s之前',
'nfSeparators' => [',', '.'],