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 29791d4dfa Merge branch '5.0'
* 5.0:
  [Filesystem] chown and chgrp should also accept int as owner and group
  [DI] Fix EnvVar not loaded when Loader requires an env var
  Fixed #34713 Move new messages to intl domain when possible
  [FrameworkBundle] Fix small typo in output comment
  chown and chgrp should also accept int as owner and group
  Revert "Fixed translations file dumper behavior"
  Fix RememberMe with null password
  [Validator] Fix plurals for sr_Latn (Serbian language written in latin script) validation messages
  Set booted flag to false when test kernel is unset
  [FrameworkBundle] remove messenger cache if not enabled
  [PhpUnitBridge][SymfonyTestsListenerTrait] Remove some unneeded code
  [HttpClient] Fix strict parsing of response status codes
  fix PHP const mapping keys using the inline notation
  [SecurityBundle] Drop duplicated code
  [FrameworkBundle] Make sure one can use fragments.hinclude_default_template
  Fix that no-cache requires positive validation with the origin, even for fresh responses
  Improve upgrading instructions for deprecated router options
  [DI] Suggest typed argument when binding fails with untyped argument
2020-01-21 09:44:52 +01:00
..
Catalogue [5.0] [Translator] Add parameter type-hints where possible 2019-07-05 07:31:44 +02:00
Command Merge branch '4.4' 2019-10-18 16:28:29 +02:00
DataCollector Merge branch '4.4' into 5.0 2019-12-28 16:09:49 +01:00
DependencyInjection [Translation] Bump dependencies and apply upstream parameter types. 2019-08-16 01:12:56 +02:00
Dumper Merge branch '4.4' into 5.0 2020-01-21 09:40:24 +01:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extractor Merge branch '4.4' 2019-10-07 11:06:09 +02:00
Formatter Merge branch '4.4' 2019-09-03 23:48:54 +02:00
Loader Merge branch '4.4' into 5.0 2019-12-12 14:03:32 +01:00
Reader Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Resources Merge branch '3.4' into 4.3 2019-10-30 13:53:54 +01:00
Tests Merge branch '4.4' into 5.0 2020-01-21 09:40:24 +01:00
Util [5.0] [Translator] Add parameter type-hints where possible 2019-07-05 07:31:44 +02:00
Writer Merge branch '4.4' 2019-08-08 11:49:33 +02:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '4.4' 2019-11-05 18:32:06 +01:00
composer.json Merge branch '5.0' 2019-11-21 08:02:52 +01:00
DataCollectorTranslator.php Add parameter type declarations to contracts. 2019-11-09 10:18:34 +01:00
IdentityTranslator.php [Translator] fix compat with translation-contracts v2 2019-11-09 10:30:00 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
LoggingTranslator.php Add parameter type declarations to contracts. 2019-11-09 10:18:34 +01:00
MessageCatalogue.php Merge branch '4.4' into 5.0 2020-01-04 15:08:26 +01:00
MessageCatalogueInterface.php [5.0] [Translator] Add parameter type-hints where possible 2019-07-05 07:31:44 +02:00
MetadataAwareInterface.php [5.0] [Translator] Add parameter type-hints where possible 2019-07-05 07:31:44 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
Translator.php Merge branch '4.4' into 5.0 2019-12-28 16:09:49 +01:00
TranslatorBagInterface.php [5.0] [Translator] Add parameter type-hints where possible 2019-07-05 07:31:44 +02:00

Translation Component

The Translation component provides tools to internationalize your application.

Resources