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

Unified Diff: source/data/locales/en_DK.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/locales/en_DG.txt ('k') | source/data/locales/en_DM.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/en_DK.txt
diff --git a/source/data/locales/en_DK.txt b/source/data/locales/en_DK.txt
new file mode 100755
index 0000000000000000000000000000000000000000..befe83d6ea4b02299800c41f9271702dedbb818d
--- /dev/null
+++ b/source/data/locales/en_DK.txt
@@ -0,0 +1,73 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2015 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_DK.xml
+// *
+// ***************************************************************************
+en_DK{
+ %%Parent{"en_150"}
+ NumberElements{
+ latn{
+ patterns{
+ percentFormat{"#,##0 %"}
+ }
+ symbols{
+ timeSeparator{"."}
+ }
+ }
+ }
+ Version{"2.1.19.69"}
+ calendar{
+ generic{
+ availableFormats{
+ EHm{"E HH.mm"}
+ EHms{"E HH.mm.ss"}
+ Ehm{"E h.mm a"}
+ Ehms{"E h.mm.ss a"}
+ Hm{"HH.mm"}
+ Hms{"HH.mm.ss"}
+ Hmsv{"HH.mm.ss v"}
+ Hmv{"HH.mm v"}
+ hm{"h.mm a"}
+ hms{"h.mm.ss a"}
+ hmsv{"h.mm.ss a v"}
+ hmv{"h.mm a v"}
+ ms{"mm.ss"}
+ }
+ }
+ gregorian{
+ DateTimePatterns{
+ "HH.mm.ss zzzz",
+ "HH.mm.ss z",
+ "HH.mm.ss",
+ "HH.mm",
+ "EEEE, d MMMM y",
+ "d MMMM y",
+ "d MMM y",
+ "dd/MM/y",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
+ }
+ availableFormats{
+ EHm{"E HH.mm"}
+ EHms{"E HH.mm.ss"}
+ Ehm{"E h.mm a"}
+ Ehms{"E h.mm.ss a"}
+ Hm{"HH.mm"}
+ Hms{"HH.mm.ss"}
+ Hmsv{"HH.mm.ss v"}
+ Hmv{"HH.mm v"}
+ hm{"h.mm a"}
+ hms{"h.mm.ss a"}
+ hmsv{"h.mm.ss a v"}
+ hmv{"h.mm a v"}
+ ms{"mm.ss"}
+ }
+ }
+ }
+}
« no previous file with comments | « source/data/locales/en_DG.txt ('k') | source/data/locales/en_DM.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698