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

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

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories 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/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) 2013 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/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_GB"}
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.0.92.87"} 20 Version{"2.1.8.19"}
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",
(...skipping 13 matching lines...) Expand all
44 gregorian{ 44 gregorian{
45 DateTimePatterns{ 45 DateTimePatterns{
46 "h:mm:ss a zzzz", 46 "h:mm:ss a zzzz",
47 "h:mm:ss a z", 47 "h:mm:ss a z",
48 "h:mm:ss a", 48 "h:mm:ss a",
49 "h:mm a", 49 "h:mm a",
50 "EEEE d MMMM y", 50 "EEEE d MMMM y",
51 "d MMMM y", 51 "d MMMM y",
52 "dd-MMM-y", 52 "dd-MMM-y",
53 "dd/MM/yy", 53 "dd/MM/yy",
54 "{1} {0}", 54 "{1}, {0}",
55 "{1} {0}", 55 "{1} 'at' {0}",
56 "{1} {0}", 56 "{1} 'at' {0}",
57 "{1} {0}", 57 "{1}, {0}",
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