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

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

Issue 2442923002: ICU update to 58 part 2 (Closed)
Patch Set: apply more patches and updates; almost ready to roll Created 4 years, 1 month 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/lang/reslocal.mk ('k') | source/data/locales/ko.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 // © 2016 and later: Unicode, Inc. and others. 1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html#License 2 // License & terms of use: http://www.unicode.org/copyright.html#License
3 hi{ 3 hi{
4 AuxExemplarCharacters{"[\u200C\u200D]"} 4 AuxExemplarCharacters{"[\u200C\u200D]"}
5 Ellipsis{ 5 Ellipsis{
6 final{"{0}…"} 6 final{"{0}…"}
7 initial{"…{0}"} 7 initial{"…{0}"}
8 medial{"{0}…{1}"} 8 medial{"{0}…{1}"}
9 word-final{"{0} …"} 9 word-final{"{0} …"}
10 word-initial{"… {0}"} 10 word-initial{"… {0}"}
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 } 388 }
389 yMd{ 389 yMd{
390 M{"d/M/y – d/M/y G"} 390 M{"d/M/y – d/M/y G"}
391 d{"d/M/y – d/M/y G"} 391 d{"d/M/y – d/M/y G"}
392 y{"d/M/y – d/M/y G"} 392 y{"d/M/y – d/M/y G"}
393 } 393 }
394 } 394 }
395 } 395 }
396 gregorian{ 396 gregorian{
397 AmPmMarkers{ 397 AmPmMarkers{
398 "पूर्वाह्न", 398 "am",
399 "अपराह्न", 399 "pm",
400 } 400 }
401 AmPmMarkersAbbr{ 401 AmPmMarkersAbbr{
402 "पूर्वाह्न", 402 "पूर्वाह्न",
403 "अपराह्न", 403 "अपराह्न",
404 } 404 }
405 AmPmMarkersNarrow{ 405 AmPmMarkersNarrow{
406 "पू", 406 "am",
407 "", 407 "pm",
408 } 408 }
409 DateTimePatterns{ 409 DateTimePatterns{
410 "h:mm:ss a zzzz", 410 "h:mm:ss a zzzz",
411 "h:mm:ss a z", 411 "h:mm:ss a z",
412 "h:mm:ss a", 412 "h:mm:ss a",
413 "h:mm a", 413 "h:mm a",
414 "EEEE, d MMMM y", 414 "EEEE, d MMMM y",
415 "d MMMM y", 415 "d MMMM y",
416 "dd/MM/y", 416 "dd/MM/y",
417 "d/M/yy", 417 "d/M/yy",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 abbreviated{ 560 abbreviated{
561 afternoon1{"अपराह्न"} 561 afternoon1{"अपराह्न"}
562 evening1{"शाम"} 562 evening1{"शाम"}
563 midnight{"मध्यरात्रि"} 563 midnight{"मध्यरात्रि"}
564 morning1{"सुबह"} 564 morning1{"सुबह"}
565 night1{"रात"} 565 night1{"रात"}
566 } 566 }
567 narrow{ 567 narrow{
568 afternoon1{"अपराह्न"} 568 afternoon1{"अपराह्न"}
569 evening1{"शाम"} 569 evening1{"शाम"}
570 midnight{"मध्यरात्रि"} 570 midnight{"m"}
571 morning1{"सुबह"} 571 morning1{"सुबह"}
572 night1{"शाम"} 572 night1{"शाम"}
573 } 573 }
574 wide{ 574 wide{
575 afternoon1{"अपराह्न"} 575 afternoon1{"अपराह्न"}
576 evening1{"शाम"} 576 evening1{"शाम"}
577 midnight{"मध्यरात्रि"} 577 midnight{"midnight"}
578 morning1{"सुबह"} 578 morning1{"सुबह"}
579 night1{"रात"} 579 night1{"रात"}
580 } 580 }
581 } 581 }
582 stand-alone{ 582 stand-alone{
583 abbreviated{ 583 abbreviated{
584 afternoon1{"दोपहर"} 584 afternoon1{"दोपहर"}
585 am{"पूर्वाह्न"} 585 am{"पूर्वाह्न"}
586 evening1{"शाम"} 586 evening1{"शाम"}
587 morning1{"सुबह"} 587 morning1{"सुबह"}
(...skipping 1487 matching lines...) Expand 10 before | Expand all | Expand 10 after
2075 middle{"{0}, {1}"} 2075 middle{"{0}, {1}"}
2076 start{"{0}, {1}"} 2076 start{"{0}, {1}"}
2077 } 2077 }
2078 } 2078 }
2079 measurementSystemNames{ 2079 measurementSystemNames{
2080 UK{"यूके"} 2080 UK{"यूके"}
2081 US{"यूएस"} 2081 US{"यूएस"}
2082 metric{"मीट्रिक"} 2082 metric{"मीट्रिक"}
2083 } 2083 }
2084 } 2084 }
OLDNEW
« no previous file with comments | « source/data/lang/reslocal.mk ('k') | source/data/locales/ko.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698