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

Side by Side Diff: source/data/locales/ar_MA.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_LY.txt ('k') | source/data/locales/ar_MR.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_MA.xml 6 // * Source File: <path>/common/main/ar_MA.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 ar_MA{ 9 ar_MA{
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 MMMd{ 45 MMMd{
51 d{"d‏-d MMM"} 46 d{"d‏-d MMM"}
52 } 47 }
53 d{ 48 d{
54 d{"d‏-d"} 49 d{"d‏-d"}
55 } 50 }
56 y{ 51 y{
57 y{"G y‏-y"} 52 y{"G y‏-y"}
(...skipping 20 matching lines...) Expand all
78 "{1} {0}", 73 "{1} {0}",
79 "{1} {0}", 74 "{1} {0}",
80 "{1} {0}", 75 "{1} {0}",
81 "{1} {0}", 76 "{1} {0}",
82 } 77 }
83 availableFormats{ 78 availableFormats{
84 MMdd{"MM/dd"} 79 MMdd{"MM/dd"}
85 Md{"M/d"} 80 Md{"M/d"}
86 yM{"y/M"} 81 yM{"y/M"}
87 yMM{"y/MM"} 82 yMM{"y/MM"}
83 yMd{"y/M/d"}
88 } 84 }
89 intervalFormats{ 85 intervalFormats{
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"}
95 } 91 }
96 y{ 92 y{
97 y{"y‏-y"} 93 y{"y‏-y"}
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "شتنبر", 185 "شتنبر",
190 "أكتوبر", 186 "أكتوبر",
191 "نونبر", 187 "نونبر",
192 "دجنبر", 188 "دجنبر",
193 } 189 }
194 } 190 }
195 } 191 }
196 } 192 }
197 } 193 }
198 } 194 }
OLDNEW
« no previous file with comments | « source/data/locales/ar_LY.txt ('k') | source/data/locales/ar_MR.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698