mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Date Format
* use 12h format when using AM/PM suffix
This commit is contained in:
@@ -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' => [',', '.'],
|
||||
|
||||
|
||||
@@ -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' => ['.', ','],
|
||||
|
||||
|
||||
@@ -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' => [' ', ','],
|
||||
|
||||
|
||||
@@ -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' => [' ', ','],
|
||||
|
||||
|
||||
@@ -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' => [',', '.'],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user