Skip to content

Commit

Permalink
Merge pull request #69 from jrushlow/feature/italian-translation
Browse files Browse the repository at this point in the history
add Italian translations
  • Loading branch information
weaverryan authored Mar 31, 2021
2 parents 2a88525 + 3b64bb3 commit cebca9f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ find a change that break's semver, please create an issue.*

## NEXT

* [#68](https://github.com/SymfonyCasts/verify-email-bundle/pull/68) Add Spanish translations
* [#69](https://github.com/SymfonyCasts/verify-email-bundle/pull/69) Add Italian translations
* [#68](https://github.com/SymfonyCasts/verify-email-bundle/pull/68) Add Portuguese translations
* [#66](https://github.com/SymfonyCasts/verify-email-bundle/pull/66) Add Spanish translations

## 1.3.0
Expand Down
27 changes: 27 additions & 0 deletions src/Resources/translations/VerifyEmailBundle.it.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file original="file.ext" source-language="it" datatype="plaintext">
<body>
<trans-unit id="1">
<source>%count% year|%count% years</source>
<target>%count% anno|%count% anni</target>
</trans-unit>
<trans-unit id="2">
<source>%count% month|%count% months</source>
<target>%count% mese|%count% mesi</target>
</trans-unit>
<trans-unit id="3">
<source>%count% day|%count% days</source>
<target>%count% giorno|%count% giorni</target>
</trans-unit>
<trans-unit id="4">
<source>%count% hour|%count% hours</source>
<target>%count% ora|%count% ore</target>
</trans-unit>
<trans-unit id="5">
<source>%count% minute|%count% minutes</source>
<target>%count% minuto|%count% minuti</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit cebca9f

Please sign in to comment.