Skip to content

Commit 6b01cdb

Browse files
committed
feature #145 Enhancement: Add German translations (OskarStark, jrushlow)
This PR was merged into the master branch. Discussion ---------- Enhancement: Add German translations Commits ------- bd4f81c update changelog 4112346 Enhancement: Add German translations
2 parents 05d212f + bd4f81c commit 6b01cdb

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ find a change that break's semver, please create an issue.*
55

66
## NEXT
77

8+
- [#145](https://github.com/SymfonyCasts/reset-password-bundle/pull/145) Add German translations
9+
810
## v1.3.0
911

1012
- [#143](https://github.com/SymfonyCasts/reset-password-bundle/pull/143) Adds controller trait methods to set/get the
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% Jahr|%count% Jahren</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>%count% month|%count% months</source>
11+
<target>%count% Monat|%count% Monaten</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>%count% day|%count% days</source>
15+
<target>%count% Tag|%count% Tagen</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>%count% hour|%count% hours</source>
19+
<target>%count% Stunde|%count% Stunden</target>
20+
</trans-unit>
21+
<trans-unit id="5">
22+
<source>%count% minute|%count% minutes</source>
23+
<target>%count% Minute|%count% Minuten</target>
24+
</trans-unit>
25+
</body>
26+
</file>
27+
</xliff>

0 commit comments

Comments
 (0)