mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
locales/tr_TR: Change currency from YTL to TL. [BZ#13996]
As of January 1st 2009, the "new" prefix was removed from the New Turkish lira, its official name becoming "Turkish lira" again, abbreviated "TL". Patch by <gokcen@pardus.org.tr>.
This commit is contained in:
parent
961e3f9a33
commit
06775cb82b
8
NEWS
8
NEWS
@ -26,10 +26,10 @@ Version 2.16
|
||||
13884, 13885, 13886, 13892, 13895, 13908, 13910, 13911, 13912, 13913,
|
||||
13914, 13915, 13916, 13917, 13918, 13919, 13920, 13921, 13922, 13923,
|
||||
13924, 13926, 13927, 13928, 13938, 13941, 13942, 13954, 13955, 13956,
|
||||
13963, 13967, 13968, 13970, 13973, 13979, 13983, 13986, 14012, 14027,
|
||||
14033, 14034, 14036, 14040, 14043, 14044, 14048, 14049, 14053, 14055,
|
||||
14059, 14064, 14075, 14080, 14083, 14103, 14104, 14109, 14112, 14122,
|
||||
14123, 14153, 14183, 14188, 14199
|
||||
13963, 13967, 13968, 13970, 13973, 13979, 13983, 13986, 13996, 14012,
|
||||
14027, 14033, 14034, 14036, 14040, 14043, 14044, 14048, 14049, 14053,
|
||||
14055, 14059, 14064, 14075, 14080, 14083, 14103, 14104, 14109, 14112,
|
||||
14122, 14123, 14153, 14183, 14188, 14199
|
||||
|
||||
* Support for the x32 ABI on x86-64 added. The x32 target is selected by
|
||||
configuring glibc with:
|
||||
|
@ -1,3 +1,9 @@
|
||||
2012-06-04 Petr Baudis <pasky@ucw.cz>
|
||||
|
||||
[BZ#13996]
|
||||
* locales/tr_TR: Change currency from YTL to TL.
|
||||
Patch by <gokcen@pardus.org.tr>.
|
||||
|
||||
2012-06-04 Serkan Kaba <serkan@gentoo.org>
|
||||
|
||||
[BZ#13223]
|
||||
|
@ -3480,7 +3480,8 @@ END LC_MESSAGES
|
||||
LC_MONETARY
|
||||
% ISO-4217 (2004-10-25): TRY 949 2
|
||||
int_curr_symbol "<U0054><U0052><U0059><U0020>"
|
||||
currency_symbol "<U0059><U0054><U004C>"
|
||||
% TL
|
||||
currency_symbol "<U0054><U004C>"
|
||||
mon_decimal_point "<U002C>"
|
||||
mon_thousands_sep "<U002E>"
|
||||
mon_grouping 3;3
|
||||
|
Loading…
Reference in New Issue
Block a user