* (bug 10375) Change thousands separator character to for Latin (la)
This commit is contained in:
parent
43b05c00cb
commit
29d764c631
2 changed files with 4 additions and 0 deletions
|
|
@ -249,6 +249,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
|
|||
* Fix empty message checks for message names containing &
|
||||
This corrects some odd behavior with sidebar items and custom namespaces
|
||||
containing ampersands.
|
||||
* (bug 10375) Change thousands separator character to for Latin (la)
|
||||
|
||||
|
||||
== API changes since 1.10 ==
|
||||
|
|
@ -322,6 +323,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
|
|||
* Kabyle (kab)
|
||||
* Kazakh (kk)
|
||||
* Kurdish (ku)
|
||||
* Latin (la)
|
||||
* Lithuanian (lt)
|
||||
* Malayalam (ml)
|
||||
* Burmese (my)
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ $namespaceNames = array(
|
|||
NS_CATEGORY_TALK => 'Disputatio_Categoriae',
|
||||
);
|
||||
|
||||
$separatorTransformTable = array( ',' => "\xc2\xa0" );
|
||||
|
||||
$dateFormats = array(
|
||||
'mdy time' => 'H:i',
|
||||
'mdy date' => 'xg j, Y',
|
||||
|
|
|
|||
Loading…
Reference in a new issue