This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Translation
Fabien Potencier c449e6368c Merge branch '4.4'
* 4.4:
  fixed CS
  fixed CS
  fixed CS
  fixed CS
  Do not log or call the proxy function when the locale is the same
  Added missing required dependencies on psr/cache and psr/container in symfony/cache-contracts and symfony/service-contracts respectively.
  [HttpClient] fix closing debug stream prematurely
  [Mailer] made code more robust
  Restore compatibility with php 5.5
  fixed sender/recipients in SMTP Envelope
  collect called listeners information only once
  [HttpClient] add HttplugClient for compat with libs that need httplug v1 or v2
  [HttpKernel] Remove TestEventDispatcher.
2019-06-13 13:15:36 +02:00
..
Catalogue fixed CS 2019-01-16 21:35:37 +01:00
Command [Translation] Fixed case sensitivity of lint:xliff command 2019-06-03 22:09:57 +02:00
DataCollector Remove deprecated code paths that trigger a runtime notice 2019-06-09 16:44:48 +02:00
DependencyInjection Merge branch '4.4' 2019-06-13 13:15:36 +02:00
Dumper [Translation] remove deprecated code paths 2019-06-07 17:01:52 +02:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extractor fixed CS 2019-06-13 13:03:18 +02:00
Formatter [Translation] remove deprecated code paths 2019-06-07 17:01:52 +02:00
Loader [Translation] refactor ArrayLoader::flatten 2019-06-04 08:10:51 +02:00
Reader switched array() to [] 2019-01-16 10:39:14 +01:00
Resources Merge branch '3.4' into 4.2 2019-06-13 12:50:42 +02:00
Tests [Translation] remove deprecated code paths 2019-06-07 17:01:52 +02:00
Util Merge branch '3.4' into 4.2 2019-05-01 14:55:36 +02:00
Writer [Translation] remove deprecated code paths 2019-06-07 17:01:52 +02:00
.gitignore
CHANGELOG.md [Translation] remove deprecated code paths 2019-06-07 17:01:52 +02:00
composer.json [TwigBundle] remove legacy template dirs from iterator 2019-06-04 17:16:43 +02:00
DataCollectorTranslator.php [Translation] remove deprecated code paths 2019-06-07 17:01:52 +02:00
IdentityTranslator.php [Translation] remove deprecated code paths 2019-06-07 17:01:52 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
LoggingTranslator.php Merge branch '4.4' 2019-06-13 13:15:36 +02:00
MessageCatalogue.php fixed CS 2019-01-16 21:35:37 +01:00
MessageCatalogueInterface.php [Translation] make intl+icu format seamless by handling it in MessageCatalogue 2018-11-14 17:25:09 +01:00
MetadataAwareInterface.php
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php Merge branch '4.4' 2019-06-13 13:15:36 +02:00
TranslatorBagInterface.php Adding use statement for InvalidArgumentException 2017-03-03 07:24:16 -08:00

Translation Component

The Translation component provides tools to internationalize your application.

Resources