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 b88728a13a Merge branch '4.1' into 4.2
* 4.1:
  Fix typos in doc blocks
  [Debug] ignore underscore vs backslash namespaces in DebugClassLoader
  [TwigBridge][Form] Prevent multiple rendering of form collection prototypes
  [FrameworkBundle] fix describing routes with no controllers
  [DI] move RegisterServiceSubscribersPass before DecoratorServicePass
  Update ValidationListener.php
  [Yaml] ensures that the mb_internal_encoding is reset to its initial value
  [WebLink] Fixed documentation link
  [Security] getTargetPath of TargetPathTrait must return string or null
  [Hackday][Serializer] Deserialization ignores argument type hint from phpdoc for array in constructor argument
  Optimize perf by replacing call_user_func with dynamic vars
  [Routing] fix dumping same-path routes with placeholders
  [Security] defer log message in guard authenticator
  [Validator] Added IBAN format for Vatican City State
  merge conflicts
  filter out invalid Intl values
  filter out invalid language values
  [Validator] Fixed grouped composite constraints
  [Form] Filter arrays out of scalar form types
  Fix HeaderBag::get phpdoc
2018-12-13 13:39:50 +01:00
..
Catalogue [Translation] make intl+icu format seamless by handling it in MessageCatalogue 2018-11-14 17:25:09 +01:00
Command Merge branch '4.1' into 4.2 2018-12-13 13:39:50 +01: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 Merge branch '4.1' 2018-11-20 17:22:05 +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 Fixes sprintf(): Too few arguments in Translator 2018-12-06 10:45:32 +00:00
Loader Merge branch '4.1' 2018-11-26 11:55:26 +01: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 Merge branch '4.1' 2018-11-26 11:55:26 +01:00
Util Merge branch '4.1' 2018-11-20 17:22:05 +01:00
Writer Merge branch '4.0' into 4.1 2018-07-26 11:10:45 +02: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 [Contracts] extract LocaleAwareInterface out of TranslatorInterface 2018-12-05 08:06:11 +00: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 [Contracts] extract LocaleAwareInterface out of TranslatorInterface 2018-12-05 08:06:11 +00:00
MessageCatalogue.php [Translation] make intl+icu format seamless by handling it in MessageCatalogue 2018-11-14 17:25:09 +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 [Translator] Deprecated transChoice and moved it away from contracts 2018-10-06 09:58:31 +02: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 2018-12-13 13:39:50 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php Fixes sprintf(): Too few arguments in Translator 2018-11-27 08:20:32 +01:00
TranslatorBagInterface.php Adding use statement for InvalidArgumentException 2017-03-03 07:24:16 -08:00
TranslatorInterface.php [Contracts] extract LocaleAwareInterface out of TranslatorInterface 2018-12-05 08:06:11 +00:00

Translation Component

The Translation component provides tools to internationalize your application.

Resources