Localization/NumberFormat

* use narrow non-breaking space (&#8239) to separate thousands blocks for locales frFR and ruRU
This commit is contained in:
Sarjuuk 2024-03-29 00:19:45 +01:00
parent 8e5bdebea0
commit 7b43739dbc
2 changed files with 2 additions and 2 deletions

View file

@ -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.]",

View file

@ -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.]",