Skip to content

Commit 7d1cb37

Browse files
committed
bug #153 Update ResetPasswordBundle.pl.xlf (thomas2411)
This PR was merged into the master branch. Discussion ---------- Update ResetPasswordBundle.pl.xlf Add third form so that it works properly with Polish conjugation Commits ------- 40c884a Update ResetPasswordBundle.pl.xlf
2 parents 512588a + 40c884a commit 7d1cb37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Resources/translations/ResetPasswordBundle.pl.xlf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
<body>
55
<trans-unit id="1">
66
<source>%count% year|%count% years</source>
7-
<target>%count% roku|%count% lat</target>
7+
<target>%count% roku|%count% lat|%count% lat</target>
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>%count% month|%count% months</source>
11-
<target>%count% miesiąca|%count% miesięcy</target>
11+
<target>%count% miesiąca|%count% miesięcy|%count% miesięcy</target>
1212
</trans-unit>
1313
<trans-unit id="3">
1414
<source>%count% day|%count% days</source>
15-
<target>%count% dnia|%count% dni</target>
15+
<target>%count% dnia|%count% dni|%count% dni</target>
1616
</trans-unit>
1717
<trans-unit id="4">
1818
<source>%count% hour|%count% hours</source>
19-
<target>%count% godziny|%count% godzin</target>
19+
<target>%count% godziny|%count% godzin|%count% godzin</target>
2020
</trans-unit>
2121
<trans-unit id="5">
2222
<source>%count% minute|%count% minutes</source>
23-
<target>%count% minuty|%count% minut</target>
23+
<target>%count% minuty|%count% minut|%count% minut</target>
2424
</trans-unit>
2525
</body>
2626
</file>

0 commit comments

Comments
 (0)