diff options
author | Gunnar Hjalmarsson <gunnarhj@ubuntu.com> | 2015-09-16 22:22:26 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-17 00:28:13 -0400 |
commit | 213938ee8ad50156063c3b38c3d236c6f713eb4a (patch) | |
tree | 78c83a023e5c558dfe31c22a3db6283e9cf56e35 /localedata | |
parent | c7266a2d8204b1a105df1a1f11d56319f0093d13 (diff) | |
download | glibc-213938ee8ad50156063c3b38c3d236c6f713eb4a.zip glibc-213938ee8ad50156063c3b38c3d236c6f713eb4a.tar.gz glibc-213938ee8ad50156063c3b38c3d236c6f713eb4a.tar.bz2 |
lt_LT: change currency symbol to the euro [BZ #18953]
Lithuania switched currency to the Euro on 1st Jan 2015.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 5 | ||||
-rw-r--r-- | localedata/locales/lt_LT | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 17fe589..fae4dab 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2015-10-17 Gunnar Hjalmarsson <gunnarhj@ubuntu.com> + + [BZ #18953] + * locales/lt_LT: Change currency to the Euro. + 2015-10-17 Egmont Koblinger <egmont@gmail.com> [BZ #18918] diff --git a/localedata/locales/lt_LT b/localedata/locales/lt_LT index 44b1c75..47714c7 100644 --- a/localedata/locales/lt_LT +++ b/localedata/locales/lt_LT @@ -2130,8 +2130,8 @@ translit_end END LC_CTYPE LC_MONETARY -int_curr_symbol "<U004C><U0054><U004C><U0020>" -currency_symbol "<U004C><U0074>" +int_curr_symbol "<U0045><U0055><U0052><U0020>" +currency_symbol "<U20AC>" mon_decimal_point "<U002C>" mon_thousands_sep "<U002E>" mon_grouping 3;3 |