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
Nicolas Grekas 75fb220ff5 Merge branch '4.4'
* 4.4:
  cs fix
  [Mailer] Check email validity before opening an SMTP connection
2019-09-06 16:53:03 +02:00
..
Catalogue [5.0] [Translator] Add parameter type-hints where possible 2019-07-05 07:31:44 +02:00
Command Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
DataCollector Merge branch '4.4' 2019-08-26 11:05:36 +02:00
DependencyInjection [Translation] Bump dependencies and apply upstream parameter types. 2019-08-16 01:12:56 +02:00
Dumper Merge branch '4.4' 2019-08-20 16:46:00 +02:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extractor Merge branch '4.4' 2019-09-06 16:53:03 +02:00
Formatter Merge branch '4.4' 2019-09-03 23:48:54 +02:00
Loader Merge branch '4.4' 2019-08-26 11:05:36 +02:00
Reader Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Resources Merge branch '3.4' into 4.3 2019-08-10 22:47:15 +02:00
Tests Merge branch '4.4' 2019-09-03 23:48:54 +02:00
Util [5.0] [Translator] Add parameter type-hints where possible 2019-07-05 07:31:44 +02:00
Writer Merge branch '4.4' 2019-08-08 11:49:33 +02:00
.gitignore
CHANGELOG.md removed support for using null as the locale 2019-08-21 14:28:56 +02:00
composer.json [Translation] Bump dependencies and apply upstream parameter types. 2019-08-16 01:12:56 +02:00
DataCollectorTranslator.php Merge branch '4.4' 2019-09-03 23:48:54 +02:00
IdentityTranslator.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
LoggingTranslator.php Merge branch '4.4' 2019-09-03 23:48:54 +02:00
MessageCatalogue.php Merge branch '4.4' 2019-08-20 16:46:00 +02:00
MessageCatalogueInterface.php [5.0] [Translator] Add parameter type-hints where possible 2019-07-05 07:31:44 +02:00
MetadataAwareInterface.php [5.0] [Translator] Add parameter type-hints where possible 2019-07-05 07:31:44 +02:00
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-09-03 23:48:54 +02:00
TranslatorBagInterface.php [5.0] [Translator] Add parameter type-hints where possible 2019-07-05 07:31:44 +02:00

Translation Component

The Translation component provides tools to internationalize your application.

Resources