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

Side by Side Diff: source/data/locales/ar_TN.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/ar_TD.txt ('k') | source/data/locales/ar_YE.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/ar_TN.xml 6 // * Source File: <path>/common/main/ar_TN.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 ar_TN{ 9 ar_TN{
10 NumberElements{ 10 NumberElements{
11 default{"latn"} 11 default{"latn"}
12 latn{ 12 latn{
13 patterns{
14 currencyFormat{"¤#0.00"}
15 }
16 symbols{ 13 symbols{
17 decimal{","} 14 decimal{","}
18 group{"."} 15 group{"."}
19 } 16 }
20 } 17 }
21 } 18 }
22 Version{"2.1.6.69"} 19 Version{"2.1.19.14"}
23 calendar{ 20 calendar{
24 generic{
25 DateTimePatterns{
26 "h:mm:ss a zzzz",
27 "h:mm:ss a z",
28 "h:mm:ss a",
29 "h:mm a",
30 "EEEE، d MMMM، y G",
31 "d MMMM، y G",
32 "G y/MM/dd",
33 "GGGGG y/M/d",
34 "{1} {0}",
35 "{1} {0}",
36 "{1} {0}",
37 "{1} {0}",
38 "{1} {0}",
39 }
40 availableFormats{
41 MMdd{"MM/dd"}
42 Md{"M/d"}
43 yyyyM{"G y/M"}
44 yyyyMM{"G y/MM"}
45 yyyyMd{"G y/M/d"}
46 }
47 intervalFormats{
48 M{
49 M{"M‏-M"}
50 }
51 MMMd{
52 d{"d‏-d MMM"}
53 }
54 d{
55 d{"d‏-d"}
56 }
57 y{
58 y{"G y‏-y"}
59 }
60 yMMMd{
61 d{"d‏-d MMM، y G"}
62 }
63 }
64 }
65 gregorian{ 21 gregorian{
66 DateTimePatterns{
67 "h:mm:ss a zzzz",
68 "h:mm:ss a z",
69 "h:mm:ss a",
70 "h:mm a",
71 "EEEE، d MMMM، y",
72 "d MMMM، y",
73 "y/MM/dd",
74 "y/M/d",
75 "{1} {0}",
76 "{1} {0}",
77 "{1} {0}",
78 "{1} {0}",
79 "{1} {0}",
80 }
81 availableFormats{
82 MMdd{"MM/dd"}
83 Md{"M/d"}
84 yM{"y/M"}
85 yMM{"y/MM"}
86 yMd{"y/M/d"}
87 }
88 intervalFormats{
89 M{
90 M{"M‏-M"}
91 }
92 MMMd{
93 d{"d‏-d MMM"}
94 }
95 d{
96 d{"d‏-d"}
97 }
98 y{
99 y{"y‏-y"}
100 }
101 yMMMd{
102 d{"d‏-d MMM، y"}
103 }
104 }
105 monthNames{ 22 monthNames{
106 format{ 23 format{
107 abbreviated{ 24 abbreviated{
108 "جانفي", 25 "جانفي",
109 "فيفري", 26 "فيفري",
110 "مارس", 27 "مارس",
111 "أفريل", 28 "أفريل",
112 "ماي", 29 "ماي",
113 "جوان", 30 "جوان",
114 "جويلية", 31 "جويلية",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "سبتمبر", 105 "سبتمبر",
189 "أكتوبر", 106 "أكتوبر",
190 "نوفمبر", 107 "نوفمبر",
191 "ديسمبر", 108 "ديسمبر",
192 } 109 }
193 } 110 }
194 } 111 }
195 } 112 }
196 } 113 }
197 } 114 }
OLDNEW
« no previous file with comments | « source/data/locales/ar_TD.txt ('k') | source/data/locales/ar_YE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698