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

Side by Side Diff: source/data/locales/ar_PS.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_OM.txt ('k') | source/data/locales/ar_QA.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_PS.xml 6 // * Source File: <path>/common/main/ar_PS.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 ar_PS{ 9 ar_PS{
10 NumberElements{ 10 Version{"2.1.19.14"}
11 latn{
12 patternsLong{
13 decimalFormat{
14 1000000000{
15 few{"0 بليون"}
16 many{"0 بليون"}
17 one{"0 بليون"}
18 other{"0 بليون"}
19 two{"0 بليون"}
20 zero{"0 بليون"}
21 }
22 10000000000{
23 few{"00 بليون"}
24 many{"00 بليون"}
25 one{"00 بليون"}
26 other{"00 بليون"}
27 two{"00 بليون"}
28 zero{"00 بليون"}
29 }
30 100000000000{
31 few{"000 بليون"}
32 many{"000 بليون"}
33 one{"000 بليون"}
34 other{"000 بليون"}
35 two{"000 بليون"}
36 zero{"000 بليون"}
37 }
38 }
39 }
40 }
41 }
42 Version{"2.1.8.19"}
43 calendar{ 11 calendar{
44 gregorian{ 12 gregorian{
45 monthNames{ 13 monthNames{
46 format{ 14 format{
47 abbreviated{ 15 abbreviated{
48 "كانون الثاني", 16 "كانون الثاني",
49 "شباط", 17 "شباط",
50 "آذار", 18 "آذار",
51 "نيسان", 19 "نيسان",
52 "أيار", 20 "أيار",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "أيلول", 96 "أيلول",
129 "تشرين الأول", 97 "تشرين الأول",
130 "تشرين الثاني", 98 "تشرين الثاني",
131 "كانون الأول", 99 "كانون الأول",
132 } 100 }
133 } 101 }
134 } 102 }
135 } 103 }
136 } 104 }
137 } 105 }
OLDNEW
« no previous file with comments | « source/data/locales/ar_OM.txt ('k') | source/data/locales/ar_QA.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698