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 76c2de0317 Fix CS
2018-09-21 14:46:38 +02:00
..
Catalogue Fix code examples in PHPDoc 2018-08-29 15:11:53 +02:00
DataCollector Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Dumper fix fopen calls 2018-09-06 19:11:15 +02:00
Exception remove api tags from code 2015-09-28 19:11:22 +02:00
Extractor Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Loader Enable native_constant_invocation CS fixer 2018-07-26 13:13:39 +02:00
Tests Fix CS 2018-09-21 14:46:38 +02:00
Util Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Writer Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Translation][File dumper] allow get file content without writing in file. 2015-09-21 10:16:40 +00:00
composer.json Merge branch '2.7' into 2.8 2018-04-29 18:21:07 -07:00
DataCollectorTranslator.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
IdentityTranslator.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Interval.php Docblock fixes 2014-11-30 13:33:44 +00:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
LoggingTranslator.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
MessageCatalogue.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
MessageCatalogueInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
MessageSelector.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
MetadataAwareInterface.php Fix doc blocks 2014-04-18 22:17:16 +02:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
PluralizationRules.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
TranslatorBagInterface.php @throws annotations should go after @return 2016-06-06 13:03:51 +02:00
TranslatorInterface.php @throws annotations should go after @return 2016-06-06 13:03:51 +02:00

Translation Component

The Translation component provides tools to internationalize your application.

Resources