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
2019-08-16 01:57:07 +02:00
..
Catalogue [5.0] [Translator] Add parameter type-hints where possible 2019-07-05 07:31:44 +02:00
Command [Translation] XliffLintCommand: allow .xliff file extension 2019-08-13 09:15:19 +02:00
DataCollector Merge branch '4.4' 2019-08-01 11:33:55 +02:00
DependencyInjection Merge branch '4.4' 2019-06-13 13:15:36 +02:00
Dumper Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extractor Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
Formatter [5.0] [Translator] Add parameter type-hints where possible 2019-07-05 07:31:44 +02:00
Loader Remove superfluous phpdoc tags 2019-08-14 13:59:53 +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-08-08 14:08:24 +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 Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Translation] remove deprecated code paths 2019-06-07 17:01:52 +02:00
composer.json Merge branch '4.4' 2019-08-10 23:18:44 +02:00
DataCollectorTranslator.php Merge branch '4.4' 2019-08-01 11:33:55 +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 '3.4' into 4.3 2019-08-14 14:26:46 +02:00
MessageCatalogue.php remove deprecated features 2019-07-14 10:03:55 +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 [FrameworkBundle] Add parameter types from Translation. 2019-08-16 01:57:07 +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