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

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

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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/en_IM.txt ('k') | source/data/locales/en_IO.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) 2015 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/en_IN.xml 6 // * Source File: <path>/common/main/en_IN.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 en_IN{ 9 en_IN{
10 %%Parent{"en_GB"} 10 %%Parent{"en_001"}
11 NumberElements{ 11 NumberElements{
12 latn{ 12 latn{
13 patterns{ 13 patterns{
14 currencyFormat{"¤ #,##,##0.00"} 14 currencyFormat{"¤ #,##,##0.00"}
15 decimalFormat{"#,##,##0.###"} 15 decimalFormat{"#,##,##0.###"}
16 percentFormat{"#,##,##0%"} 16 percentFormat{"#,##,##0%"}
17 } 17 }
18 } 18 }
19 } 19 }
20 Version{"2.1.8.19"} 20 Version{"2.1.19.14"}
21 calendar{ 21 calendar{
22 generic{ 22 generic{
23 DateTimePatterns{ 23 DateTimePatterns{
24 "h:mm:ss a zzzz", 24 "h:mm:ss a zzzz",
25 "h:mm:ss a z", 25 "h:mm:ss a z",
26 "h:mm:ss a", 26 "h:mm:ss a",
27 "h:mm a", 27 "h:mm a",
28 "EEEE d MMMM y G", 28 "EEEE d MMMM y G",
29 "d MMMM y G", 29 "d MMMM y G",
30 "dd-MMM-y G", 30 "dd-MMM-y G",
31 "dd/MM/y GGGGG", 31 "dd/MM/y GGGGG",
32 "{1} {0}", 32 "{1}, {0}",
33 "{1} {0}", 33 "{1} 'at' {0}",
34 "{1} {0}", 34 "{1} 'at' {0}",
35 "{1} {0}", 35 "{1}, {0}",
36 "{1} {0}", 36 "{1}, {0}",
37 } 37 }
38 availableFormats{ 38 availableFormats{
39 yyyyMEd{"E d/M/y G"} 39 yyyyMEd{"E d/M/y G"}
40 yyyyMMMEd{"E d MMM, y G"} 40 yyyyMMMEd{"E d MMM, y G"}
41 yyyyMd{"d/M/y G"} 41 yyyyMd{"d/M/y G"}
42 } 42 }
43 } 43 }
44 gregorian{ 44 gregorian{
45 DateTimePatterns{ 45 DateTimePatterns{
46 "h:mm:ss a zzzz", 46 "h:mm:ss a zzzz",
(...skipping 11 matching lines...) Expand all
58 "{1}, {0}", 58 "{1}, {0}",
59 } 59 }
60 availableFormats{ 60 availableFormats{
61 yMEd{"E d/M/y"} 61 yMEd{"E d/M/y"}
62 yMMMEd{"E d MMM, y"} 62 yMMMEd{"E d MMM, y"}
63 yMd{"d/M/y"} 63 yMd{"d/M/y"}
64 } 64 }
65 } 65 }
66 } 66 }
67 } 67 }
OLDNEW
« no previous file with comments | « source/data/locales/en_IM.txt ('k') | source/data/locales/en_IO.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698