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

Unified Diff: source/data/locales/ru_UA.txt

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 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/ru_RU.txt ('k') | source/data/locales/rw.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/ru_UA.txt
diff --git a/source/data/locales/ru_UA.txt b/source/data/locales/ru_UA.txt
index 4ea397e4c29a95de968a4771043707c0b0a9e869..37a7473211b4b081821880f87efb463af0916c38 100644
--- a/source/data/locales/ru_UA.txt
+++ b/source/data/locales/ru_UA.txt
@@ -1,13 +1,10 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2015 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/ru_UA.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
ru_UA{
- Version{"2.1.19.14"}
+ NumberElements{
+ minimumGroupingDigits{"2"}
+ }
+ Version{"2.1.27.99"}
calendar{
generic{
DateTimePatterns{
@@ -27,6 +24,18 @@ ru_UA{
}
}
gregorian{
+ AmPmMarkers{
+ "AM",
+ "PM",
+ }
+ AmPmMarkersAbbr{
+ "AM",
+ "PM",
+ }
+ AmPmMarkersNarrow{
+ "AM",
+ "PM",
+ }
DateTimePatterns{
"HH:mm:ss zzzz",
"HH:mm:ss z",
@@ -35,13 +44,76 @@ ru_UA{
"EEEE, d MMMM y 'г'.",
"d MMMM y 'г'.",
"d MMM y 'г'.",
- "dd.MM.yy",
+ "dd.MM.y",
"{1}, {0}",
"{1}, {0}",
"{1}, {0}",
"{1}, {0}",
"{1}, {0}",
}
+ availableFormats{
+ GyMMM{"LLL y 'г'. G"}
+ H{"HH"}
+ Hm{"HH:mm"}
+ Hms{"HH:mm:ss"}
+ Hmsv{"HH:mm:ss v"}
+ Hmv{"HH:mm v"}
+ yMEd{"ccc, d.MM.y"}
+ }
+ dayPeriod{
+ format{
+ narrow{
+ afternoon1{"дня"}
+ evening1{"веч."}
+ midnight{"полн."}
+ morning1{"утра"}
+ night1{"ночи"}
+ noon{"полд."}
+ }
+ }
+ stand-alone{
+ abbreviated{
+ am{"AM"}
+ pm{"PM"}
+ }
+ narrow{
+ am{"AM"}
+ pm{"PM"}
+ }
+ wide{
+ am{"AM"}
+ pm{"PM"}
+ }
+ }
+ }
+ intervalFormats{
+ H{
+ H{"HH–HH"}
+ }
+ Hm{
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
+ }
+ Hmv{
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
+ }
+ Hv{
+ H{"HH–HH v"}
+ }
+ yMMM{
+ y{"LLL y – LLL y"}
+ }
+ yMMMEd{
+ y{"ccc, d MMM y – ccc, d MMM y"}
+ }
+ yMMMM{
+ y{"LLLL y – LLLL y"}
+ }
+ yMMMd{
+ y{"d MMM y – d MMM y"}
+ }
+ }
}
}
}
« no previous file with comments | « source/data/locales/ru_RU.txt ('k') | source/data/locales/rw.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698