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-22 15:18:41 +02:00
..
Catalogue fixed CS 2019-01-16 21:35:37 +01:00
Command Add return types to internal|final|private methods 2019-08-20 17:32:53 +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 Merge branch '4.3' into 4.4 2019-08-20 16:44:19 +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 fixed CS 2019-01-16 21:35:37 +01: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 Add return types to internal & magic methods when possible 2019-08-22 15:18:41 +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
CHANGELOG.md deprecate support for null locales 2019-08-21 10:16:47 +02: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 Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
MessageCatalogue.php Merge branch '4.3' into 4.4 2019-08-20 16:44:19 +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
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 deprecate support for null locales 2019-08-21 10:16:47 +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