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

Side by Side Diff: source/data/locales/ar_DZ.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/ar_DJ.txt ('k') | source/data/locales/ar_EG.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/ar_DZ.xml 6 // * Source File: <path>/common/main/ar_DZ.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 ar_DZ{ 9 ar_DZ{
10 NumberElements{ 10 NumberElements{
11 arab{
12 symbols{
13 decimal{"٫"}
14 group{"٬"}
15 }
16 }
17 default{"latn"} 11 default{"latn"}
18 latn{ 12 latn{
19 symbols{ 13 symbols{
20 decimal{","} 14 decimal{","}
21 group{"."} 15 group{"."}
22 } 16 }
23 } 17 }
24 } 18 }
25 Version{"2.0.92.80"} 19 Version{"2.1.8.19"}
26 calendar{ 20 calendar{
27 generic{ 21 generic{
28 DateTimePatterns{ 22 DateTimePatterns{
29 "h:mm:ss a zzzz", 23 "h:mm:ss a zzzz",
30 "h:mm:ss a z", 24 "h:mm:ss a z",
31 "h:mm:ss a", 25 "h:mm:ss a",
32 "h:mm a", 26 "h:mm a",
33 "EEEE، d MMMM، y G", 27 "EEEE، d MMMM، y G",
34 "d MMMM، y G", 28 "d MMMM، y G",
35 "G y/MM/dd", 29 "G y/MM/dd",
36 "GGGGG y/M/d", 30 "GGGGG y/M/d",
37 "{1} {0}", 31 "{1} {0}",
38 "{1} {0}", 32 "{1} {0}",
39 "{1} {0}", 33 "{1} {0}",
40 "{1} {0}", 34 "{1} {0}",
41 "{1} {0}", 35 "{1} {0}",
42 } 36 }
43 availableFormats{ 37 availableFormats{
44 MMdd{"MM/dd"} 38 MMdd{"MM/dd"}
45 Md{"M/d"} 39 Md{"M/d"}
46 yyyyM{"G y/M"} 40 yyyyM{"G y/M"}
47 yyyyMM{"G y/MM"} 41 yyyyMM{"G y/MM"}
42 yyyyMd{"G y/M/d"}
48 } 43 }
49 intervalFormats{ 44 intervalFormats{
50 M{ 45 M{
51 M{"M‏-M"} 46 M{"M‏-M"}
52 } 47 }
53 MMMd{ 48 MMMd{
54 d{"d‏-d MMM"} 49 d{"d‏-d MMM"}
55 } 50 }
56 d{ 51 d{
57 d{"d‏-d"} 52 d{"d‏-d"}
(...skipping 17 matching lines...) Expand all
75 "{1} {0}", 70 "{1} {0}",
76 "{1} {0}", 71 "{1} {0}",
77 "{1} {0}", 72 "{1} {0}",
78 "{1} {0}", 73 "{1} {0}",
79 } 74 }
80 availableFormats{ 75 availableFormats{
81 MMdd{"MM/dd"} 76 MMdd{"MM/dd"}
82 Md{"M/d"} 77 Md{"M/d"}
83 yM{"y/M"} 78 yM{"y/M"}
84 yMM{"y/MM"} 79 yMM{"y/MM"}
80 yMd{"y/M/d"}
85 } 81 }
86 intervalFormats{ 82 intervalFormats{
87 M{ 83 M{
88 M{"M‏-M"} 84 M{"M‏-M"}
89 } 85 }
90 MMMd{ 86 MMMd{
91 d{"d‏-d MMM"} 87 d{"d‏-d MMM"}
92 } 88 }
93 d{ 89 d{
94 d{"d‏-d"} 90 d{"d‏-d"}
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "سبتمبر", 179 "سبتمبر",
184 "أكتوبر", 180 "أكتوبر",
185 "نوفمبر", 181 "نوفمبر",
186 "ديسمبر", 182 "ديسمبر",
187 } 183 }
188 } 184 }
189 } 185 }
190 } 186 }
191 } 187 }
192 } 188 }
OLDNEW
« no previous file with comments | « source/data/locales/ar_DJ.txt ('k') | source/data/locales/ar_EG.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698