Currently, the Latin localization uses the en_US fallback number format, using a comma as the thousands separator character (1,234.56)
A community consensus was reached at [[la:Vicipaedia:Taberna#Numbers over One-Thousand]] that the preferred number format should use   as the thousands separator mark, but should continue to use the decimal point (1 234.56)
Therefore, please add the following line to languages/messages/MessagesLa.php :
$separatorTransformTable = array( ',' => ' ' );
Thanks! --[[la:Usor:UV]]
Version: 1.11.x
Severity: enhancement