Skip to content

Commit 700264c

Browse files
authored
Merge pull request #184 from jrushlow/feature/dutch-translation-support
[translations] add Dutch translations
2 parents 003027d + 52ac7b6 commit 700264c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
3+
<file original="file.ext" source-language="en" datatype="plaintext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>%count% year|%count% years</source>
7+
<target>{count, plural, =0 {0 jaar} one {1 jaar} other {# jaren}}</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>%count% month|%count% months</source>
11+
<target>{count, plural, =0 {0 maanden} one {1 maand} other {# maanden}}</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>%count% day|%count% days</source>
15+
<target>{count, plural, =0 {0 dagen} one {1 dag} other {# dagen}}</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>%count% hour|%count% hours</source>
19+
<target>{count, plural, =0 {0 uur} one {1 uur} other {# uren}}</target>
20+
</trans-unit>
21+
<trans-unit id="5">
22+
<source>%count% minute|%count% minutes</source>
23+
<target>{count, plural, =0 {0 minuten} one {1 minuut} other {# minuten}}</target>
24+
</trans-unit>
25+
</body>
26+
</file>
27+
</xliff>

0 commit comments

Comments
 (0)