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

Unified Diff: source/data/locales/ar_PS.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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/ar_PS.txt
diff --git a/source/data/locales/ar_PS.txt b/source/data/locales/ar_PS.txt
index 57db9319e68615283e92d4be8b0914b18f8c47c3..9a8eb4b7a0cf455a47472c7371e95ad1099a65d4 100755
--- a/source/data/locales/ar_PS.txt
+++ b/source/data/locales/ar_PS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2013 International Business Machines
+// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_PS.xml
@@ -19,23 +19,27 @@ ar_PS{
two{"0 بليون"}
zero{"0 بليون"}
}
- }
- }
- patternsShort{
- decimalFormat{
- 1000000000{
- few{"0 بليون"}
- many{"0 بليون"}
- one{"0 بليون"}
- other{"0 بليون"}
- two{"0 بليون"}
- zero{"0 بليون"}
+ 10000000000{
+ few{"00 بليون"}
+ many{"00 بليون"}
+ one{"00 بليون"}
+ other{"00 بليون"}
+ two{"00 بليون"}
+ zero{"00 بليون"}
+ }
+ 100000000000{
+ few{"000 بليون"}
+ many{"000 بليون"}
+ one{"000 بليون"}
+ other{"000 بليون"}
+ two{"000 بليون"}
+ zero{"000 بليون"}
}
}
}
}
}
- Version{"2.0.90.61"}
+ Version{"2.1.8.19"}
calendar{
gregorian{
monthNames{
« 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