diff --git a/CHANGELOG.md b/CHANGELOG.md index 2767d9e..747fdd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Common & useful classes, resources, extensions. Based on Symfony framework. +# 0.5.4 + +1. Add the "File" translation + +# 0.5.3 + +1. Add the "Settings" translation + # 0.5.2 1. Add translations @@ -31,7 +39,7 @@ Common & useful classes, resources, extensions. Based on Symfony framework. enumerations | Before | After | - |-----------------------------------------------------------------------|---------------------------------------------------------| + |-----------------------------------------------------------------------|---------------------------------------------------------| | `Meritoo\CommonBundle\Type\DependencyInjection\ConfigurationFileType` | `Meritoo\CommonBundle\Enums\Date\ConfigurationFileType` | | `Meritoo\CommonBundle\Type\Date\DateLength` | `Meritoo\CommonBundle\Enums\Date\DateLength` | | `Meritoo\Common\Type\OopVisibilityType` | `Meritoo\Common\Enums\OopVisibility` | diff --git a/VERSION b/VERSION index be14282..7d85683 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.3 +0.5.4 diff --git a/src/Resources/translations/words+intl-icu.de.yaml b/src/Resources/translations/words+intl-icu.de.yaml index 6d2c1e0..1006ec3 100644 --- a/src/Resources/translations/words+intl-icu.de.yaml +++ b/src/Resources/translations/words+intl-icu.de.yaml @@ -100,3 +100,9 @@ meritoo_common: one {Seite} other {Seiten} } + computer: + file: >- + {count, plural, + one {Datei} + other {Dateien} + } diff --git a/src/Resources/translations/words+intl-icu.en.yaml b/src/Resources/translations/words+intl-icu.en.yaml index 3db6378..bf3a8cd 100644 --- a/src/Resources/translations/words+intl-icu.en.yaml +++ b/src/Resources/translations/words+intl-icu.en.yaml @@ -100,3 +100,9 @@ meritoo_common: one {Page} other {Pages} } + computer: + file: >- + {count, plural, + one {File} + other {Files} + } diff --git a/src/Resources/translations/words+intl-icu.pl.yaml b/src/Resources/translations/words+intl-icu.pl.yaml index 38fee18..697b2d2 100644 --- a/src/Resources/translations/words+intl-icu.pl.yaml +++ b/src/Resources/translations/words+intl-icu.pl.yaml @@ -134,3 +134,11 @@ meritoo_common: many {Stron} other {Stron} } + computer: + file: >- + {count, plural, + one {Plik} + few {Pliki} + many {Plików} + other {Pliki} + }