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 78192e776c Merge branch '4.1'
* 4.1:
  [DependencyInjection] Fix tags on multiple decorated service
  fix merge
  SCA: reverted code style changes
  SCA: reverted code style changes
  SCA: applied requested code style changes
  SCA: simplify some ifs in favour of null coalescing operator
2018-10-31 11:56:31 +01:00
..
Catalogue Merge branch '2.8' into 3.4 2018-10-02 14:28:39 +02:00
Command [Translation] Added support for multiple files or directories in XliffLintCommand 2018-09-21 13:01:50 +02:00
DataCollector [Translation] marked getFallbackLocales() as internal 2018-10-03 08:26:12 +02:00
DependencyInjection Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Dumper SCA: simplify some ifs in favour of null coalescing operator 2018-10-28 19:38:52 +01:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extractor Merge branch '3.4' into 4.1 2018-10-02 14:40:59 +02:00
Formatter [Translation] allow using the ICU message format using domains with the "+intl-icu" suffix 2018-10-24 12:49:53 +02:00
Loader [Translation] dedup XSD files 2018-08-07 14:26:01 +02:00
Reader Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Resources feature #28070 [Translator] Use ICU parent locales as fallback locales (thewilkybarkid) 2018-08-28 08:30:53 +02:00
Tests [Translation] allow using the ICU message format using domains with the "+intl-icu" suffix 2018-10-24 12:49:53 +02:00
Util [Translation] dedup XSD files 2018-08-07 14:26:01 +02:00
Writer Merge branch '4.0' into 4.1 2018-07-26 11:10:45 +02:00
.gitignore
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] fine tune composer.json declarations for suggest/provide 2018-09-20 15:44:19 +02:00
DataCollectorTranslator.php Make trans + %count% parameter resolve plurals 2018-10-06 18:22:22 +02:00
IdentityTranslator.php Make trans + %count% parameter resolve plurals 2018-10-06 18:22:22 +02:00
Interval.php [Contracts] Add Translation\TranslatorInterface + decouple symfony/validator from symfony/translation 2018-09-03 15:19:33 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
LoggingTranslator.php Make trans + %count% parameter resolve plurals 2018-10-06 18:22:22 +02:00
MessageCatalogue.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
MessageCatalogueInterface.php fixed CS 2018-05-16 14:49:49 +02:00
MessageSelector.php [Translator] Deprecated transChoice and moved it away from contracts 2018-10-06 09:58:31 +02:00
MetadataAwareInterface.php
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
PluralizationRules.php [Contracts] Add Translation\TranslatorInterface + decouple symfony/validator from symfony/translation 2018-09-03 15:19:33 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php [Translation] allow using the ICU message format using domains with the "+intl-icu" suffix 2018-10-24 12:49:53 +02:00
TranslatorBagInterface.php Adding use statement for InvalidArgumentException 2017-03-03 07:24:16 -08:00
TranslatorInterface.php Make trans + %count% parameter resolve plurals 2018-10-06 18:22:22 +02:00

Translation Component

The Translation component provides tools to internationalize your application.

Resources