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 2fb2508cee Merge branch '3.4' into 4.2
* 3.4:
  [Serializer] Added check of constuctor modifiers to AbstractNormalizer
  [Intl] Simplify the compile binary
  [Routing] Fix routes annotation loading with glob pattern
  Fix hardcoded hotPathTagName
  [Validator] Improve constraint default option check
  [Validator] Fix annotation default for @Count and @Length
  Update composer.json
  Fix getSetMethodNormalizer to correctly ignore the attributes specified in "ignored_attributes"
  Add missing "vi" translations
  add missing German translations
  [Intl] Fix test
  added missing translation
  use behavior instead of behaviour
  [Validator] Translate JSON message to Hungarian
  [Validator] fix sr_Latn translations
  [FrameworkBundle][HttpFoundation] make session service resettable
2019-03-30 16:58:42 +01:00
..
Catalogue fixed CS 2019-01-16 21:35:37 +01:00
Command fixed CS 2019-01-16 21:35:37 +01: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-02-23 16:17:42 +01:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extractor Merge branch '3.4' into 4.1 2019-01-25 15:34:37 +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-02-19 19:28:05 +01:00
Tests Merge branch '3.4' into 4.2 2019-03-30 16:58:42 +01:00
Util fixed CS 2019-01-16 21:35:37 +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 fixed CS 2019-01-16 21:35:37 +01: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