Skip to content

Commit bc6909d

Browse files
committed
feature #151 Add Ukrainian translation (bocharsky-bw)
This PR was squashed before being merged into the master branch. Discussion ---------- Add Ukrainian translation Commits ------- df3862d Add Ukrainian translation
2 parents f6bd927 + df3862d commit bc6909d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ find a change that break's semver, please create an issue.*
99
- [#148](https://github.com/SymfonyCasts/reset-password-bundle/pull/148) Add French translations
1010
- [#149](https://github.com/SymfonyCasts/reset-password-bundle/pull/149) Add Polish translations
1111
- [#150](https://github.com/SymfonyCasts/reset-password-bundle/pull/145) Add Serbian translations
12+
- [#151](https://github.com/SymfonyCasts/reset-password-bundle/pull/151) Add Ukrainian translation
1213

1314
## v1.3.0
1415

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% рік|%count% роки|%count% років</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>%count% month|%count% months</source>
11+
<target>%count% місяць|%count% місяці|%count% місяців</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>%count% day|%count% days</source>
15+
<target>%count% день|%count% дні|%count% днів</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>%count% hour|%count% hours</source>
19+
<target>%count% година|%count% години|%count% годин</target>
20+
</trans-unit>
21+
<trans-unit id="5">
22+
<source>%count% minute|%count% minutes</source>
23+
<target>%count% хвилина|%count% хвилини|%count% хвилин</target>
24+
</trans-unit>
25+
</body>
26+
</file>
27+
</xliff>

0 commit comments

Comments
 (0)