From 00e6201e201d2efa653544cc191420b826a7a9c7 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Sat, 18 Jan 2025 11:08:31 +0100 Subject: [PATCH 1/2] Add the "File" translation --- src/Resources/translations/words+intl-icu.de.yaml | 6 ++++++ src/Resources/translations/words+intl-icu.en.yaml | 6 ++++++ src/Resources/translations/words+intl-icu.pl.yaml | 8 ++++++++ 3 files changed, 20 insertions(+) diff --git a/src/Resources/translations/words+intl-icu.de.yaml b/src/Resources/translations/words+intl-icu.de.yaml index d52fa06..10a96bb 100644 --- a/src/Resources/translations/words+intl-icu.de.yaml +++ b/src/Resources/translations/words+intl-icu.de.yaml @@ -77,3 +77,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 4d92dae..247c451 100644 --- a/src/Resources/translations/words+intl-icu.en.yaml +++ b/src/Resources/translations/words+intl-icu.en.yaml @@ -77,3 +77,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 e06d606..27c361e 100644 --- a/src/Resources/translations/words+intl-icu.pl.yaml +++ b/src/Resources/translations/words+intl-icu.pl.yaml @@ -107,3 +107,11 @@ meritoo_common: many {Stron} other {Stron} } + computer: + file: >- + {count, plural, + one {Plik} + few {Pliki} + many {Plików} + other {Pliki} + } From effa5b7b5a7893dc189b70fa035b5a1054981473 Mon Sep 17 00:00:00 2001 From: Meritoo Date: Sat, 18 Jan 2025 18:53:52 +0100 Subject: [PATCH 2/2] Bump version to 0.5.4 (and update changelog) --- CHANGELOG.md | 10 +++++++++- VERSION | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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