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 06c655251c Merge branch '3.4' into 4.2
* 3.4:
  Use willReturn() instead of will(returnValue()).
2019-05-30 18:06:08 +02:00
..
Catalogue fixed CS 2019-01-16 21:35:37 +01:00
Command Restore previous state for libxml option 2019-04-06 17:26:32 +02:00
DataCollector Drop spurious execution bit 2019-02-26 17:31:50 -10:00
DependencyInjection fixed CS 2019-01-16 19:35:49 +01:00
Dumper Merge branch '3.4' into 4.2 2019-04-06 19:57:40 +02:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extractor Merge branch '3.4' into 4.2 2019-04-28 08:09:27 +01:00
Formatter fixed CS 2019-01-16 21:35:37 +01:00
Loader [Translator] Add resource path to exception message for schema validation errors 2019-03-30 16:55:39 +01:00
Reader switched array() to [] 2019-01-16 10:39:14 +01:00
Resources Merge branch '3.4' into 4.2 2019-04-07 11:56:43 +02:00
Tests Merge branch '3.4' into 4.2 2019-05-30 18:06:08 +02:00
Util Merge branch '3.4' into 4.2 2019-05-01 14:55:36 +02:00
Writer fixed CS 2019-01-16 19:35:49 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Translation] allow using the ICU message format using domains with the "+intl-icu" suffix 2018-10-24 12:49:53 +02:00
composer.json fix tests 2019-05-28 10:32:53 +02:00
DataCollectorTranslator.php [Translation] Fixed issue with new vs old TranslatorInterface in TranslationDataCollector 2019-05-23 17:21:18 +02:00
IdentityTranslator.php Fix format strings for deprecation notices 2019-01-27 18:11:39 -05: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 Fix format strings for deprecation notices 2019-01-27 18:11:39 -05:00
MessageCatalogue.php fixed CS 2019-01-16 21:35:37 +01: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 Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php fixed CS 2019-01-16 21:35:37 +01: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