[Bug 1074797] Re: thousands separator and decimal separator wrong in es_GT
Launchpad Bug Tracker
1074797 at bugs.launchpad.net
Fri Apr 25 17:52:25 UTC 2014
This bug was fixed in the package langpack-locales - 2.13+git20120306-13
---------------
langpack-locales (2.13+git20120306-13) utopic; urgency=low
* debian/patches/ubuntu-es-decimal_point-thousands_sep.patch:
Modify thousands separator and decimal point in some Spanish
locales (LP: #997248, LP: #1074797).
-- Gunnar Hjalmarsson <gunnarhj at ubuntu.com> Fri, 25 Apr 2014 01:50:00 +0200
** Changed in: langpack-locales (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1074797
Title:
thousands separator and decimal separator wrong in es_GT
Status in “langpack-locales” package in Ubuntu:
Fix Released
Bug description:
In Guatemala the thousands separator is a comma and the decimal
separator is a dot. Had to change in /usr/share/i18n/locales/es_GT:
from:
LC_NUMERIC
copy "es_ES"
END LC_NUMERIC
to:
LC_NUMERIC
decimal_point "<U002E>"
thousands_sep "<U002C>"
grouping 3;3
END LC_NUMERIC
then sudo dpkg-reconfigure locales
lsb_release -rd
Description: Ubuntu 12.04.1 LTS
Release: 12.04
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/1074797/+subscriptions
More information about the Ubuntu-sponsors
mailing list