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 72b92c351e Merge branch '2.7' into 2.8
* 2.7:
  [2.7] More docblock fixes
2017-11-07 15:08:47 +01:00
..
Catalogue Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
DataCollector Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
Dumper Merge branch '2.7' into 2.8 2017-11-05 16:25:56 +01:00
Exception remove api tags from code 2015-09-28 19:11:22 +02:00
Extractor Remove useless docblocks 2017-10-29 10:49:53 +01:00
Loader Merge branch '2.7' into 2.8 2017-11-05 16:25:56 +01:00
Tests Merge branch '2.7' into 2.8 2017-11-07 15:08:47 +01:00
Util fixed CS 2017-01-21 08:59:38 -08:00
Writer [DI] minor docblock fixes 2017-10-24 13:40:19 +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 2017-02-21 15:21:52 +01:00
DataCollectorTranslator.php Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +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 updated LICENSE year 2017-01-02 12:30:00 -08:00
LoggingTranslator.php Remove useless docblocks 2017-10-29 10:49:53 +01: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 Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +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 nit: Fix phpdoc inconsistency and unreachable statement 2017-10-21 13:19:30 -07:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +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