Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(856)

Side by Side Diff: icu52/source/data/curr/fil.txt

Issue 239543018: Trim ICU data to reduce the download size/memory usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu52/source/data/curr/fi.txt ('k') | icu52/source/data/curr/fr.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2013 International Business Machines 3 // * Copyright (C) 2013 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/fil.xml 6 // * Source File: <path>/common/main/fil.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/fil.xml 10 * ICU <specials> source: <path>/common/main/fil.xml
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 "US Dollar", 608 "US Dollar",
609 } 609 }
610 UYU{ 610 UYU{
611 "UYU", 611 "UYU",
612 "Uruguayan Peso", 612 "Uruguayan Peso",
613 } 613 }
614 UZS{ 614 UZS{
615 "UZS", 615 "UZS",
616 "Uzbekistan Som", 616 "Uzbekistan Som",
617 } 617 }
618 VEB{
619 "VEB",
620 "Venezuelan Bolívar (1871–2008)",
621 }
622 VEF{ 618 VEF{
623 "VEF", 619 "VEF",
624 "Venezuelan Bolívar", 620 "Venezuelan Bolívar",
625 } 621 }
626 VND{ 622 VND{
627 "₫", 623 "₫",
628 "Vietnamese Dong", 624 "Vietnamese Dong",
629 } 625 }
630 VUV{ 626 VUV{
631 "VUV", 627 "VUV",
(...skipping 24 matching lines...) Expand all
656 "Hindi Kilalang Pera", 652 "Hindi Kilalang Pera",
657 } 653 }
658 YER{ 654 YER{
659 "YER", 655 "YER",
660 "Yemeni Rial", 656 "Yemeni Rial",
661 } 657 }
662 ZAR{ 658 ZAR{
663 "ZAR", 659 "ZAR",
664 "South African Rand", 660 "South African Rand",
665 } 661 }
666 ZMK{
667 "ZMK",
668 "Zambian Kwacha (1968–2012)",
669 }
670 ZMW{ 662 ZMW{
671 "ZMW", 663 "ZMW",
672 "Zambian Kwacha", 664 "Zambian Kwacha",
673 } 665 }
674 } 666 }
675 CurrencyPlurals{ 667 CurrencyPlurals{
676 AED{ 668 AED{
677 one{"UAE dirham"} 669 one{"UAE dirham"}
678 other{"UAE dirhams"} 670 other{"UAE dirhams"}
679 } 671 }
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 one{"Zambian kwacha"} 1293 one{"Zambian kwacha"}
1302 other{"Zambian kwachas"} 1294 other{"Zambian kwachas"}
1303 } 1295 }
1304 } 1296 }
1305 CurrencyUnitPatterns{ 1297 CurrencyUnitPatterns{
1306 one{"{0} {1}"} 1298 one{"{0} {1}"}
1307 other{"{0} {1}"} 1299 other{"{0} {1}"}
1308 } 1300 }
1309 Version{"2.0.92.87"} 1301 Version{"2.0.92.87"}
1310 } 1302 }
OLDNEW
« no previous file with comments | « icu52/source/data/curr/fi.txt ('k') | icu52/source/data/curr/fr.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698