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 9dc9d7e0b7 Merge branch '3.4' into 4.1
* 3.4:
  [Routing] fix trailing slash redirection when using RedirectableUrlMatcher
  [PropertyAccessor] fix encoding of cache keys
  [WebProfiler] Detect empty file paths in file viewer
  fixed CS
  Changes for upcoming Travis' infra migration
  Doc fix: clarify isMethodCacheable() returns true only for GET & HEAD
  [DomCrawler] exclude fields inside "template" tags
  Use XLIFF source rather than resname when there's no target
  [DoctrineBridge] catch errors while converting to db values in data collector
  [DoctrineBridge] fix case sensitivity issue in RememberMe\DoctrineTokenProvider
  [EventDispatcher] Unwrap wrapped listeners internally
  Indentation error
  [HttpFoundation] Fix trailing space for mime-type with parameters
  [HttpFoundation] Fixed absolute Request URI with default port
  properly parse backslashes in unquoted env vars
  Use intersection type when referring to ParentNodeDefinitionInterface
  [BrowserKit] fixed BC Break for HTTP_HOST header; implemented same behaviour for HTTPS server parameter
2018-11-26 11:26:29 +01:00
..
Catalogue Merge branch '2.8' into 3.4 2018-10-02 14:28:39 +02:00
Command [Translation] fix perf of lint:xliff command 2018-08-07 14:45:11 +02:00
DataCollector Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
DependencyInjection Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Dumper Merge branch '3.4' into 4.1 2018-11-20 17:14:00 +01:00
Exception Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)" 2018-05-30 09:26:09 +02:00
Extractor Merge branch '3.4' into 4.1 2018-10-02 14:40:59 +02:00
Formatter [Translation] Support adding custom message formatter 2017-09-12 13:17:01 +01:00
Loader Merge branch '3.4' into 4.1 2018-11-26 11:26:29 +01:00
Reader Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Resources/schemas [Translation] fix perf of lint:xliff command 2018-08-07 14:45:11 +02:00
Tests Merge branch '3.4' into 4.1 2018-11-26 11:26:29 +01:00
Util SCA: consolidate non empty array checks across codebase 2018-11-20 17:01:59 +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 made deprecation notices less verbose 2018-02-19 13:10:10 +01:00
composer.json Merge branch '4.0' 2018-04-29 18:24:02 -07:00
DataCollectorTranslator.php Merge branch '2.8' into 3.4 2018-11-20 16:57:17 +01:00
IdentityTranslator.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Interval.php [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
LoggingTranslator.php Merge branch '2.8' into 3.4 2018-11-20 16:57:17 +01: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 Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +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 '2.8' into 3.4 2018-07-26 10:45:46 +02: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 2018-11-20 17:14:00 +01:00
TranslatorBagInterface.php Adding use statement for InvalidArgumentException 2017-03-03 07:24:16 -08:00
TranslatorInterface.php Adding use statement for InvalidArgumentException 2017-03-03 07:24:16 -08:00

Translation Component

The Translation component provides tools to internationalize your application.

Resources