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 | |
parent | c7266a2d8204b1a105df1a1f11d56319f0093d13 (diff) | |
download | glibc-213938ee8ad50156063c3b38c3d236c6f713eb4a.tar glibc-213938ee8ad50156063c3b38c3d236c6f713eb4a.tar.gz glibc-213938ee8ad50156063c3b38c3d236c6f713eb4a.tar.bz2 glibc-213938ee8ad50156063c3b38c3d236c6f713eb4a.zip |
lt_LT: change currency symbol to the euro [BZ #18953]
Lithuania switched currency to the Euro on 1st Jan 2015.
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | localedata/ChangeLog | 5 | ||||
-rw-r--r-- | localedata/locales/lt_LT | 4 |
3 files changed, 11 insertions, 6 deletions
@@ -17,10 +17,10 @@ Version 2.23 18661, 18674, 18675, 18681, 18724, 18757, 18778, 18781, 18787, 18789, 18790, 18795, 18796, 18803, 18820, 18823, 18824, 18825, 18857, 18863, 18870, 18872, 18873, 18875, 18887, 18918, 18921, 18928, 18951, 18952, - 18956, 18961, 18966, 18967, 18969, 18970, 18977, 18980, 18981, 18985, - 19003, 19007, 19012, 19016, 19018, 19032, 19046, 19049, 19050, 19059, - 19071, 19074, 19076, 19077, 19078, 19079, 19085, 19086, 19088, 19094, - 19095, 19124, 19125, 19129, 19134, 19137. + 18953, 18956, 18961, 18966, 18967, 18969, 18970, 18977, 18980, 18981, + 18985, 19003, 19007, 19012, 19016, 19018, 19032, 19046, 19049, 19050, + 19059, 19071, 19074, 19076, 19077, 19078, 19079, 19085, 19086, 19088, + 19094, 19095, 19124, 19125, 19129, 19134, 19137. * The LD_POINTER_GUARD environment variable can no longer be used to disable the pointer guard feature. It is always enabled. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 17fe5892fa..fae4dabe11 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 44b1c75a06..47714c756b 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 |