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
2019-05-28 17:53:17 +02:00
..
Catalogue fixed CS 2019-01-16 21:35:37 +01:00
Command Restore previous state for libxml option 2019-04-06 17:26:32 +02:00
DataCollector Drop spurious execution bit 2019-02-26 17:31:50 -10:00
DependencyInjection bug #30261 [Translation] restore compatibility with FrameworkBundle 4.2 (xabbuh) 2019-02-16 19:46:38 +01:00
Dumper Add sources when dumping qt files 2019-04-25 14:56:02 +02:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extractor [Translator] Set sources when extracting strings from php files 2019-05-07 13:10:55 +02:00
Formatter fixed CS 2019-01-16 21:35:37 +01:00
Loader Merge branch '4.2' 2019-04-06 16:04:46 +02:00
Reader switched array() to [] 2019-01-16 10:39:14 +01:00
Resources Merge branch '3.4' into 4.2 2019-04-07 11:56:43 +02:00
Tests fix tests 2019-05-28 11:07:12 +02:00
Util Merge branch '3.4' into 4.2 2019-05-01 14:55:36 +02: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 Added support for PHP files with translation in translation commands 2019-02-13 19:06:53 -05:00
composer.json Allow Symfony 5.0 2019-05-28 17:53:17 +02:00
DataCollectorTranslator.php [Translation] Fixed issue with new vs old TranslatorInterface in TranslationDataCollector 2019-05-23 17:21:18 +02: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 Update LoggingTranslator to log the change of a locale 2019-04-27 19:49:34 +01: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 Improve Translator caching 2019-04-06 20:37:41 +02: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