Translation Versions Save

Provides tools to internationalize your application

v7.0.0-BETA2

7 months ago

Changelog (https://github.com/symfony/translation/compare/v7.0.0-BETA1...v7.0.0-BETA2)

  • bug symfony/symfony#52343 [Intl] Update the ICU data to 74.1 (@jderusse)

v6.4.0-BETA2

7 months ago

Changelog (https://github.com/symfony/translation/compare/v6.4.0-BETA1...v6.4.0-BETA2)

  • bug symfony/symfony#52343 [Intl] Update the ICU data to 74.1 (@jderusse)

v6.3.7

7 months ago

Changelog (https://github.com/symfony/translation/compare/v6.3.6...v6.3.7)

  • bug symfony/symfony#52343 [Intl] Update the ICU data to 74.1 (@jderusse)

v5.4.30

7 months ago

v7.0.0-BETA1

7 months ago

Changelog (https://github.com/symfony/translation/compare/v6.3.6...v7.0.0-BETA1)

  • feature symfony/symfony#52079 [HttpKernel] Add parameters kernel.runtime_mode and kernel.runtime_mode.*, all set from env var APP_RUNTIME_MODE (@nicolas-grekas)
  • feature symfony/symfony#52032 [FrameworkBundle][Routing][Translation][Workflow] Move some compiler passes from FrameworkBundle to components (@fancyweb)
  • feature symfony/symfony#52140 [Translation] Add argument $buildDir to DataCollectorTranslator::warmUp() (@nicolas-grekas)
  • feature symfony/symfony#50391 [FrameworkBundle][HttpKernel] Introduce $buildDir argument to WarmableInterface::warmup to warm read-only artefacts in build_dir (@Okhoshi)
  • feature symfony/symfony#51153 [Translation] Add --as-tree option to translation:pull command (@syffer)
  • feature symfony/symfony#51684 [Translation] Give current locale to LocaleSwitcher::runWithLocale()'s callback (@alexander-schranz)
  • feature symfony/symfony#49231 [Translation] Phrase translation provider (@wickedOne)
  • feature symfony/symfony#51069 Add types to public and protected properties (@nicolas-grekas)
  • feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
  • feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
  • feature symfony/symfony#50873 Remove remaining deprecated code paths (@nicolas-grekas)
  • feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)

v6.4.0-BETA1

7 months ago

Changelog (https://github.com/symfony/translation/compare/v6.3.6...v6.4.0-BETA1)

  • feature symfony/symfony#52079 [HttpKernel] Add parameters kernel.runtime_mode and kernel.runtime_mode.*, all set from env var APP_RUNTIME_MODE (@nicolas-grekas)
  • feature symfony/symfony#52032 [FrameworkBundle][Routing][Translation][Workflow] Move some compiler passes from FrameworkBundle to components (@fancyweb)
  • feature symfony/symfony#52140 [Translation] Add argument $buildDir to DataCollectorTranslator::warmUp() (@nicolas-grekas)
  • feature symfony/symfony#50391 [FrameworkBundle][HttpKernel] Introduce $buildDir argument to WarmableInterface::warmup to warm read-only artefacts in build_dir (@Okhoshi)
  • feature symfony/symfony#51153 [Translation] Add --as-tree option to translation:pull command (@syffer)
  • feature symfony/symfony#51684 [Translation] Give current locale to LocaleSwitcher::runWithLocale()'s callback (@alexander-schranz)
  • feature symfony/symfony#49231 [Translation] Phrase translation provider (@wickedOne)
  • feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)

v6.3.6

7 months ago

Changelog (https://github.com/symfony/translation/compare/v6.3.5...v6.3.6)

  • bug symfony/symfony#52005 [Translation] Prevent creating empty keys when key ends with a period (@javleds)

v6.3.3

10 months ago

v6.3.0

1 year ago

v6.2.11

1 year ago

Changelog (https://github.com/symfony/translation/compare/v6.2.10...v6.2.11)

  • bug symfony/symfony#50312 [Security] Skip clearing CSRF Token on stateless logout (@chalasr)
  • bug symfony/symfony#50315 [Translation] Fix handling of null messages in ArrayLoader (@rob006)
  • bug symfony/symfony#49063 [Messenger] Respect isRetryable decision of the retry strategy for re-delivery (@FlyingDR)