Skip to content

Commit 2e1c902

Browse files
committed
Merge branch 'main' into 2.x
* main: feature #326 [translations] port DA, FA, & ID from VerifyEmailBundle
2 parents f2e0e39 + f883f86 commit 2e1c902

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-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" target-language="da" datatype="plaintext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>%count% year|%count% years</source>
7+
<target>%count% år|%count% år</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>%count% month|%count% months</source>
11+
<target>%count% måned|%count% måneder</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>%count% day|%count% days</source>
15+
<target>%count% dag|%count% dage</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>%count% hour|%count% hours</source>
19+
<target>%count% time|%count% timer</target>
20+
</trans-unit>
21+
<trans-unit id="5">
22+
<source>%count% minute|%count% minutes</source>
23+
<target>%count% minut|%count% minutter</target>
24+
</trans-unit>
25+
</body>
26+
</file>
27+
</xliff>
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" target-language="fa" datatype="plaintext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>%count% year|%count% years</source>
7+
<target>%count% سال|%count% سال‌</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>%count% month|%count% months</source>
11+
<target>%count% ماه|%count% ماه‌</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>%count% day|%count% days</source>
15+
<target>%count% روز|%count% روز</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>%count% hour|%count% hours</source>
19+
<target>%count% ساعت|%count% ساعت</target>
20+
</trans-unit>
21+
<trans-unit id="5">
22+
<source>%count% minute|%count% minutes</source>
23+
<target>%count% دقیقه|%count% دقیقه</target>
24+
</trans-unit>
25+
</body>
26+
</file>
27+
</xliff>
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" target-language="id" datatype="plaintext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>%count% year|%count% years</source>
7+
<target>%count% tahun|%count% tahun</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>%count% month|%count% months</source>
11+
<target>%count% bulan|%count% bulan</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>%count% day|%count% days</source>
15+
<target>%count% hari|%count% hari</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>%count% hour|%count% hours</source>
19+
<target>%count% jam|%count% jam</target>
20+
</trans-unit>
21+
<trans-unit id="5">
22+
<source>%count% minute|%count% minutes</source>
23+
<target>%count% menit|%count% menit</target>
24+
</trans-unit>
25+
</body>
26+
</file>
27+
</xliff>

0 commit comments

Comments
 (0)