Skip to content

Commit

Permalink
Merge 2.x into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Aug 2, 2023
2 parents 442e4cc + c81c17f commit 527bad8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.3.0](https://github.com/sonata-project/twig-extensions/compare/2.2.0...2.3.0) - 2023-08-02
### Added
- [[#389](https://github.com/sonata-project/twig-extensions/pull/389)] Add Ukrainian translations ([@gulaandrij](https://github.com/gulaandrij))

## [2.2.0](https://github.com/sonata-project/twig-extensions/compare/2.1.0...2.2.0) - 2023-07-31
### Added
- [[#387](https://github.com/sonata-project/twig-extensions/pull/387)] Add `SonataTwigBundle.it.xliff` translation file ([@gremo](https://github.com/gremo))
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="message_close">
<source>message_close</source>
<target>Закрити</target>
</trans-unit>
<trans-unit id="more">
<source>more</source>
<target>більше</target>
</trans-unit>
<trans-unit id="less">
<source>less</source>
<target>меньше</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 527bad8

Please sign in to comment.