Localization/NumberFormat
* use narrow non-breaking space ( ) to separate thousands blocks for locales frFR and ruRU
This commit is contained in:
parent
8e5bdebea0
commit
7b43739dbc
2 changed files with 2 additions and 2 deletions
|
|
@ -130,7 +130,7 @@ $lang = array(
|
|||
'dateFmtShort' => "Y-m-d",
|
||||
'dateFmtLong' => "Y-m-d à H:i A",
|
||||
'timeAgo' => 'il y a %s',
|
||||
'nfSeparators' => [' ', ','],
|
||||
'nfSeparators' => [' ', ','],
|
||||
|
||||
// error
|
||||
'intError' => "[An internal error occured.]",
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ $lang = array(
|
|||
'dateFmtShort' => "Y-m-d",
|
||||
'dateFmtLong' => "Y-m-d в H:i A",
|
||||
'timeAgo' => '%s назад',
|
||||
'nfSeparators' => [' ', ','],
|
||||
'nfSeparators' => [' ', ','],
|
||||
|
||||
// error
|
||||
'intError' => "[An internal error occured.]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue