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 e37f672c2b Merge branch '4.3' into 4.4
* 4.3:
  Bump minimal requirements
2019-08-10 23:16:51 +02:00
..
Catalogue fixed CS 2019-01-16 21:35:37 +01:00
Command add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
DataCollector add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
DependencyInjection fixed CS 2019-06-13 13:03:18 +02:00
Dumper Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extractor Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
Formatter fixed CS 2019-01-16 21:35:37 +01:00
Loader Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
Reader Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
Resources Merge branch '3.4' into 4.3 2019-08-10 22:47:15 +02:00
Tests Merge branch '4.3' into 4.4 2019-08-08 14:07:40 +02:00
Util Merge branch '3.4' into 4.2 2019-05-01 14:55:36 +02:00
Writer Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Added support for PHP files with translation in translation commands 2019-02-13 19:06:53 -05:00
composer.json Merge branch '4.3' into 4.4 2019-08-10 23:16:51 +02:00
DataCollectorTranslator.php add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
IdentityTranslator.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
Interval.php [Contracts] Add Translation\TranslatorInterface + decouple symfony/validator from symfony/translation 2018-09-03 15:19:33 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
LoggingTranslator.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
MessageCatalogue.php [Translation] deprecate passing a null locale 2019-07-08 08:40:36 +02:00
MessageCatalogueInterface.php [Translation] make intl+icu format seamless by handling it in MessageCatalogue 2018-11-14 17:25:09 +01:00
MessageSelector.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
MetadataAwareInterface.php Fix doc blocks 2014-04-18 22:17:16 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
PluralizationRules.php fixed CS 2019-06-13 12:57:15 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php removed unneeded phpdocs 2019-08-06 08:19:29 +02:00
TranslatorBagInterface.php Adding use statement for InvalidArgumentException 2017-03-03 07:24:16 -08:00
TranslatorInterface.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00

Translation Component

The Translation component provides tools to internationalize your application.

Resources