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
Fabien Potencier c0323bd24b Merge branch '4.1' into 4.2
* 4.1:
  fixed tests
  fixed CS
  fixed CS
  fixed CS
  fixed short array CS in comments
  fixed CS in ExpressionLanguage fixtures
  fixed CS in generated files
  fixed CS on generated container files
  fixed CS on Form PHP templates
  fixed CS on YAML fixtures
  fixed fixtures
  switched array() to []
2019-01-16 21:31:39 +01:00
..
Catalogue Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
Command fixed CS 2019-01-16 19:35:49 +01:00
DataCollector Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
DependencyInjection fixed CS 2019-01-16 19:35:49 +01:00
Dumper Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extractor Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Formatter Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
Loader Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
Reader switched array() to [] 2019-01-16 10:39:14 +01:00
Resources feature #28070 [Translator] Use ICU parent locales as fallback locales (thewilkybarkid) 2018-08-28 08:30:53 +02:00
Tests Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
Util Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01: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 [Contracts] extract LocaleAwareInterface out of TranslatorInterface 2018-12-05 08:06:11 +00:00
DataCollectorTranslator.php switched array() to [] 2019-01-16 10:39:14 +01:00
IdentityTranslator.php switched array() to [] 2019-01-16 10:39:14 +01: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 switched array() to [] 2019-01-16 10:39:14 +01:00
MessageCatalogue.php fixed CS 2019-01-16 19:35:49 +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 Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +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