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

Side by Side Diff: source/data/locales/de_AT.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/de.txt ('k') | source/data/locales/de_BE.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/de_AT.xml 6 // * Source File: <path>/common/main/de_AT.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 de_AT{ 9 de_AT{
10 ExemplarCharactersIndex{"[A Ä B C D E F G H I J K L M N O Ö P Q R S T U Ü V W X Y Z]"}
10 NumberElements{ 11 NumberElements{
11 latn{ 12 latn{
12 patterns{ 13 patterns{
13 currencyFormat{"¤ #,##0.00"} 14 currencyFormat{"¤ #,##0.00"}
14 } 15 }
16 symbols{
17 group{" "}
18 }
15 } 19 }
16 } 20 }
17 Version{"2.1.8.19"} 21 Version{"2.1.19.14"}
18 calendar{ 22 calendar{
19 generic{
20 DateTimePatterns{
21 "HH:mm:ss zzzz",
22 "HH:mm:ss z",
23 "HH:mm:ss",
24 "HH:mm",
25 "EEEE, dd. MMMM y G",
26 "dd. MMMM y G",
27 "dd.MM.y G",
28 "dd.MM.yy GGGGG",
29 "{1}, {0}",
30 "{1} 'um' {0}",
31 "{1} 'um' {0}",
32 "{1}, {0}",
33 "{1}, {0}",
34 }
35 }
36 gregorian{ 23 gregorian{
37 DateTimePatterns{
38 "HH:mm:ss zzzz",
39 "HH:mm:ss z",
40 "HH:mm:ss",
41 "HH:mm",
42 "EEEE, dd. MMMM y",
43 "dd. MMMM y",
44 "dd. MMM y",
45 "dd.MM.yy",
46 "{1}, {0}",
47 "{1} 'um' {0}",
48 "{1} 'um' {0}",
49 "{1}, {0}",
50 "{1}, {0}",
51 }
52 intervalFormats{
53 MMMEd{
54 M{"E, dd. MMM - E, dd. MMM"}
55 d{"E, dd. - E, dd. MMM"}
56 }
57 MMMd{
58 M{"dd. MMM - dd. MMM"}
59 d{"dd.-dd. MMM"}
60 }
61 yMMMEd{
62 M{"E, dd. MMM - E, dd. MMM y"}
63 d{"E, dd. - E, dd. MMM y"}
64 y{"E, dd. MMM y - E, dd. MMM y"}
65 }
66 yMMMd{
67 M{"dd. MMM - dd. MMM y"}
68 d{"dd.-dd. MMM y"}
69 y{"dd. MMM y - dd. MMM y"}
70 }
71 }
72 monthNames{ 24 monthNames{
73 format{ 25 format{
74 abbreviated{ 26 abbreviated{
75 "Jän.", 27 "Jän.",
76 "Feb.", 28 "Feb.",
77 "März", 29 "März",
78 "Apr.", 30 "Apr.",
79 "Mai", 31 "Mai",
80 "Juni", 32 "Juni",
81 "Juli", 33 "Juli",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 } 84 }
133 } 85 }
134 } 86 }
135 } 87 }
136 measurementSystemNames{ 88 measurementSystemNames{
137 UK{"Englisches Maßsystem"} 89 UK{"Englisches Maßsystem"}
138 US{"Angloamerikanisches Maßsystem"} 90 US{"Angloamerikanisches Maßsystem"}
139 metric{"Internationales Maßsystem (SI)"} 91 metric{"Internationales Maßsystem (SI)"}
140 } 92 }
141 } 93 }
OLDNEW
« no previous file with comments | « source/data/locales/de.txt ('k') | source/data/locales/de_BE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698