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

Side by Side Diff: source/data/locales/tr.txt

Issue 858363003: ICU update to 54.1 - step 5 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: ja exemplar charset fix Created 5 years, 11 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
« no previous file with comments | « source/data/locales/te.txt ('k') | source/data/locales/zh.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) 2014 International Business Machines 3 // * Copyright (C) 2014 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/tr.xml 6 // * Source File: <path>/common/main/tr.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/common/main/tr.xml 10 * ICU <specials> source: <path>/common/main/tr.xml
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "ös", 377 "ös",
378 } 378 }
379 DateTimePatterns{ 379 DateTimePatterns{
380 "HH:mm:ss zzzz", 380 "HH:mm:ss zzzz",
381 "HH:mm:ss z", 381 "HH:mm:ss z",
382 "HH:mm:ss", 382 "HH:mm:ss",
383 "HH:mm", 383 "HH:mm",
384 "d MMMM y EEEE", 384 "d MMMM y EEEE",
385 "d MMMM y", 385 "d MMMM y",
386 "d MMM y", 386 "d MMM y",
387 // Chromium change begins. See b/8566501.
387 "d MM y", 388 "d MM y",
389 // Chromium change ends.
388 "{1} {0}", 390 "{1} {0}",
389 "{1} {0}", 391 "{1} {0}",
390 "{1} {0}", 392 "{1} {0}",
391 "{1} {0}", 393 "{1} {0}",
392 "{1} {0}", 394 "{1} {0}",
393 } 395 }
394 NoonMarker{"öğle"} 396 NoonMarker{"öğle"}
395 NoonMarkerNarrow{"ö"} 397 NoonMarkerNarrow{"ö"}
396 appendItems{ 398 appendItems{
397 Timezone{"{0} {1}"} 399 Timezone{"{0} {1}"}
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 } 855 }
854 japanese{ 856 japanese{
855 DateTimePatterns{ 857 DateTimePatterns{
856 "HH:mm:ss zzzz", 858 "HH:mm:ss zzzz",
857 "HH:mm:ss z", 859 "HH:mm:ss z",
858 "HH:mm:ss", 860 "HH:mm:ss",
859 "HH:mm", 861 "HH:mm",
860 "d MMMM y G EEEE", 862 "d MMMM y G EEEE",
861 "d MMMM y G", 863 "d MMMM y G",
862 "d MMM y G", 864 "d MMM y G",
863 "d.MM.y G", 865 // Chromium change begins. See b/8566501.
866 "d MM y G",
867 // Chromium change ends.
864 "{1} {0}", 868 "{1} {0}",
865 "{1} {0}", 869 "{1} {0}",
866 "{1} {0}", 870 "{1} {0}",
867 "{1} {0}", 871 "{1} {0}",
868 "{1} {0}", 872 "{1} {0}",
869 } 873 }
870 } 874 }
871 persian{ 875 persian{
872 monthNames{ 876 monthNames{
873 format{ 877 format{
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 Tone{"Ton"} 1453 Tone{"Ton"}
1450 UNGEGN{"UNGEGN"} 1454 UNGEGN{"UNGEGN"}
1451 x-Accents{"Aksanlar"} 1455 x-Accents{"Aksanlar"}
1452 x-Fullwidth{"Tam Genişlik"} 1456 x-Fullwidth{"Tam Genişlik"}
1453 x-Halfwidth{"Yarım genişlik"} 1457 x-Halfwidth{"Yarım genişlik"}
1454 x-Jamo{"Jamo"} 1458 x-Jamo{"Jamo"}
1455 x-Pinyin{"Pinyin"} 1459 x-Pinyin{"Pinyin"}
1456 x-Publishing{"Yayıncılık"} 1460 x-Publishing{"Yayıncılık"}
1457 } 1461 }
1458 } 1462 }
OLDNEW
« no previous file with comments | « source/data/locales/te.txt ('k') | source/data/locales/zh.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698