Skip to content

Commit f42cf7c

Browse files
author
nico.richard
committed
Only way I can see to support these languages our apps use.
1 parent 749c15f commit f42cf7c

File tree

3 files changed

+354
-0
lines changed

3 files changed

+354
-0
lines changed

FormatterKit.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@
103103
5B31FE3E1CA6B47800309D75 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/FormatterKit.strings; sourceTree = "<group>"; };
104104
5B31FE3F1CA6B47800309D75 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/FormatterKit.strings"; sourceTree = "<group>"; };
105105
5B31FE401CA6B47800309D75 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/FormatterKit.strings"; sourceTree = "<group>"; };
106+
84DB1B411CC1A2D600B1040D /* de-AT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "de-AT"; path = "de-AT.lproj/FormatterKit.strings"; sourceTree = "<group>"; };
107+
84DB1B421CC1A2E300B1040D /* de-DE */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "de-DE"; path = "de-DE.lproj/FormatterKit.strings"; sourceTree = "<group>"; };
106108
/* End PBXFileReference section */
107109

108110
/* Begin PBXFrameworksBuildPhase section */
@@ -305,6 +307,8 @@
305307
"zh-Hant",
306308
hu,
307309
ms,
310+
"de-AT",
311+
"de-DE",
308312
);
309313
mainGroup = 5B08B65F1CA69F99009541EC;
310314
productRefGroup = 5B08B66A1CA69F99009541EC /* Products */;
@@ -406,6 +410,8 @@
406410
5B31FE401CA6B47800309D75 /* zh-Hant */,
407411
5006052F1CA8CCDE00F9DD6B /* hu */,
408412
500605301CA8CCFF00F9DD6B /* ms */,
413+
84DB1B411CC1A2D600B1040D /* de-AT */,
414+
84DB1B421CC1A2E300B1040D /* de-DE */,
409415
);
410416
name = FormatterKit.strings;
411417
sourceTree = "<group>";
Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
/* List separator */
2+
" " = " ";
3+
4+
/* List delimiter */
5+
"," = ",";
6+
7+
/* Coordinate format */
8+
"(%@, %@)" = "(%1$@, %2$@)";
9+
10+
/* No comment provided by engineer. */
11+
"&" = "&";
12+
13+
/* #{Dimensional Quantity} #{Direction}
14+
#{Distance} #{Unit}
15+
#{Speed} #{Unit}
16+
Deictic Expression Format (#{Time} #{Ago/From Now} */
17+
"%@ %@" = "%2$@ %1$@";
18+
19+
/* Approximate Qualifier Format */
20+
"about %@" = "%@";
21+
22+
/* Past Deictic Expression */
23+
"ago" = "vor";
24+
25+
/* Deictic Expression Format (#{Time} #{Ago/From Now} */
26+
"Deictic Expression Format String" = "%2$@ %1$@";
27+
28+
/* List conjunction */
29+
"and" = "und";
30+
31+
/* Day Unit (Singular)
32+
Day Unit (Singular, Abbreviated) */
33+
"day" = "T.";
34+
35+
/* Day Unit (Plural)
36+
Day Unit (Plural, Abbreviated) */
37+
"days" = "T.";
38+
39+
/* East Direction Abbreviation */
40+
"E" = "O";
41+
42+
/* East Direction */
43+
"East" = "Ost";
44+
45+
/* Future Deictic Expression */
46+
"from now" = "in";
47+
48+
/* Feet Unit */
49+
"ft" = "ft";
50+
51+
/* Hour Unit (Singular) */
52+
"hour" = "Stunde";
53+
54+
/* Hour Unit (Plural) */
55+
"hours" = "Stunden";
56+
57+
/* Hour Unit (Singular, Abbreviated) */
58+
"hr" = "Std.";
59+
60+
/* Hour Unit (Plural, Abbreviated) */
61+
"hrs" = "Stdn.";
62+
63+
/* Present Deictic Expression */
64+
"just now" = "Gerade eben";
65+
66+
/* Minute Unit (Singular, Abbreviated) */
67+
"min" = "Min.";
68+
69+
/* Minute Unit (Plural, Abbreviated) */
70+
"mins" = "Min.";
71+
72+
/* Minute Unit (Singular) */
73+
"minute" = "Minute";
74+
75+
/* Minute Unit (Plural) */
76+
"minutes" = "Minuten";
77+
78+
/* Month Unit (Singular, Abbreviated) */
79+
"mo" = "M.";
80+
81+
/* Month Unit (Singular) */
82+
"month" = "Monat";
83+
84+
/* Month Unit (Plural) */
85+
"months" = "Monaten";
86+
87+
/* Month Unit (Plural, Abbreviated) */
88+
"mos" = "M.";
89+
90+
/* Miles Per Hour Unit */
91+
"mph" = "mph";
92+
93+
/* North Direction Abbreviation */
94+
"N" = "N";
95+
96+
/* Northeast Direction Abbreviation */
97+
"NE" = "NO";
98+
99+
/* North Direction */
100+
"North" = "Nord";
101+
102+
/* Northeast Direction */
103+
"Northeast" = "Nordost";
104+
105+
/* Northwest Direction */
106+
"Northwest" = "Nordwest";
107+
108+
/* Northwest Direction Abbreviation */
109+
"NW" = "NW";
110+
111+
/* Second Unit (Plural, Abbreviated)
112+
Second Unit (Singular, Abbreviated) */
113+
"s" = "Sek.";
114+
115+
/* South Direction Abbreviation */
116+
"S" = "S";
117+
118+
/* Southeast Direction Abbreviation */
119+
"SE" = "SO";
120+
121+
/* Second Unit (Singular) */
122+
"second" = "Sekunde";
123+
124+
/* Second Unit (Plural) */
125+
"seconds" = "Sekunden";
126+
127+
/* South Direction */
128+
"South" = "Süd";
129+
130+
/* Southeast Direction */
131+
"Southeast" = "Südost";
132+
133+
/* Southwest Direction */
134+
"Southwest" = "Südwest";
135+
136+
/* Southwest Direction Abbreviation */
137+
"SW" = "SW";
138+
139+
/* #{Value} #{Unit} */
140+
"Unit of Information Format String" = "%1$@ %2$@";
141+
142+
/* West Direction Abbreviation */
143+
"W" = "W";
144+
145+
/* Week Unit (Singular) */
146+
"week" = "Woche";
147+
148+
/* Week Unit (Plural) */
149+
"weeks" = "Wochen";
150+
151+
/* West Direction */
152+
"West" = "West";
153+
154+
/* Week Unit (Singular, Abbreviated) */
155+
"wk" = "Wo.";
156+
157+
/* Week Unit (Plural, Abbreviated) */
158+
"wks" = "Wo.";
159+
160+
/* Yard Unit */
161+
"yds" = "yds";
162+
163+
/* Year Unit (Singular) */
164+
"year" = "Jahr";
165+
166+
/* Year Unit (Plural) */
167+
"years" = "Jahre";
168+
169+
/* Year Unit (Singular, Abbreviated) */
170+
"yr" = "J.";
171+
172+
/* Year Unit (Plural, Abbreviated) */
173+
"yrs" = "J.";
174+
Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
/* List separator */
2+
" " = " ";
3+
4+
/* List delimiter */
5+
"," = ",";
6+
7+
/* Coordinate format */
8+
"(%@, %@)" = "(%1$@, %2$@)";
9+
10+
/* No comment provided by engineer. */
11+
"&" = "&";
12+
13+
/* #{Dimensional Quantity} #{Direction}
14+
#{Distance} #{Unit}
15+
#{Speed} #{Unit}
16+
Deictic Expression Format (#{Time} #{Ago/From Now} */
17+
"%@ %@" = "%2$@ %1$@";
18+
19+
/* Approximate Qualifier Format */
20+
"about %@" = "%@";
21+
22+
/* Past Deictic Expression */
23+
"ago" = "vor";
24+
25+
/* Deictic Expression Format (#{Time} #{Ago/From Now} */
26+
"Deictic Expression Format String" = "%2$@ %1$@";
27+
28+
/* List conjunction */
29+
"and" = "und";
30+
31+
/* Day Unit (Singular)
32+
Day Unit (Singular, Abbreviated) */
33+
"day" = "T.";
34+
35+
/* Day Unit (Plural)
36+
Day Unit (Plural, Abbreviated) */
37+
"days" = "T.";
38+
39+
/* East Direction Abbreviation */
40+
"E" = "O";
41+
42+
/* East Direction */
43+
"East" = "Ost";
44+
45+
/* Future Deictic Expression */
46+
"from now" = "in";
47+
48+
/* Feet Unit */
49+
"ft" = "ft";
50+
51+
/* Hour Unit (Singular) */
52+
"hour" = "Stunde";
53+
54+
/* Hour Unit (Plural) */
55+
"hours" = "Stunden";
56+
57+
/* Hour Unit (Singular, Abbreviated) */
58+
"hr" = "Std.";
59+
60+
/* Hour Unit (Plural, Abbreviated) */
61+
"hrs" = "Stdn.";
62+
63+
/* Present Deictic Expression */
64+
"just now" = "Gerade eben";
65+
66+
/* Minute Unit (Singular, Abbreviated) */
67+
"min" = "Min.";
68+
69+
/* Minute Unit (Plural, Abbreviated) */
70+
"mins" = "Min.";
71+
72+
/* Minute Unit (Singular) */
73+
"minute" = "Minute";
74+
75+
/* Minute Unit (Plural) */
76+
"minutes" = "Minuten";
77+
78+
/* Month Unit (Singular, Abbreviated) */
79+
"mo" = "M.";
80+
81+
/* Month Unit (Singular) */
82+
"month" = "Monat";
83+
84+
/* Month Unit (Plural) */
85+
"months" = "Monaten";
86+
87+
/* Month Unit (Plural, Abbreviated) */
88+
"mos" = "M.";
89+
90+
/* Miles Per Hour Unit */
91+
"mph" = "mph";
92+
93+
/* North Direction Abbreviation */
94+
"N" = "N";
95+
96+
/* Northeast Direction Abbreviation */
97+
"NE" = "NO";
98+
99+
/* North Direction */
100+
"North" = "Nord";
101+
102+
/* Northeast Direction */
103+
"Northeast" = "Nordost";
104+
105+
/* Northwest Direction */
106+
"Northwest" = "Nordwest";
107+
108+
/* Northwest Direction Abbreviation */
109+
"NW" = "NW";
110+
111+
/* Second Unit (Plural, Abbreviated)
112+
Second Unit (Singular, Abbreviated) */
113+
"s" = "Sek.";
114+
115+
/* South Direction Abbreviation */
116+
"S" = "S";
117+
118+
/* Southeast Direction Abbreviation */
119+
"SE" = "SO";
120+
121+
/* Second Unit (Singular) */
122+
"second" = "Sekunde";
123+
124+
/* Second Unit (Plural) */
125+
"seconds" = "Sekunden";
126+
127+
/* South Direction */
128+
"South" = "Süd";
129+
130+
/* Southeast Direction */
131+
"Southeast" = "Südost";
132+
133+
/* Southwest Direction */
134+
"Southwest" = "Südwest";
135+
136+
/* Southwest Direction Abbreviation */
137+
"SW" = "SW";
138+
139+
/* #{Value} #{Unit} */
140+
"Unit of Information Format String" = "%1$@ %2$@";
141+
142+
/* West Direction Abbreviation */
143+
"W" = "W";
144+
145+
/* Week Unit (Singular) */
146+
"week" = "Woche";
147+
148+
/* Week Unit (Plural) */
149+
"weeks" = "Wochen";
150+
151+
/* West Direction */
152+
"West" = "West";
153+
154+
/* Week Unit (Singular, Abbreviated) */
155+
"wk" = "Wo.";
156+
157+
/* Week Unit (Plural, Abbreviated) */
158+
"wks" = "Wo.";
159+
160+
/* Yard Unit */
161+
"yds" = "yds";
162+
163+
/* Year Unit (Singular) */
164+
"year" = "Jahr";
165+
166+
/* Year Unit (Plural) */
167+
"years" = "Jahre";
168+
169+
/* Year Unit (Singular, Abbreviated) */
170+
"yr" = "J.";
171+
172+
/* Year Unit (Plural, Abbreviated) */
173+
"yrs" = "J.";
174+

0 commit comments

Comments
 (0)