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-07-31 23:55:24 +02:00
..
Catalogue fixed short array CS in comments 2019-01-16 14:27:11 +01:00
Command switched array() to [] 2019-01-16 10:39:14 +01:00
DataCollector switched array() to [] 2019-01-16 10:39:14 +01:00
DependencyInjection switched array() to [] 2019-01-16 10:39:14 +01:00
Dumper Fix json-encoding when JSON_THROW_ON_ERROR is used 2019-06-05 13:33:52 +02:00
Exception [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
Extractor [Translator] Preserve default domain when extracting strings from php files 2019-04-27 17:21:58 +01:00
Formatter switched array() to [] 2019-01-16 10:39:14 +01:00
Loader [Translation] Use HTTPS and fix a url 2019-07-15 09:11:40 +02:00
Reader switched array() to [] 2019-01-16 10:39:14 +01:00
Resources fixed CS 2019-06-13 12:34:15 +02:00
Tests Make tests support phpunit 8 2019-07-31 23:55:24 +02:00
Util [Translation] Fixes typo in comment 2019-05-01 13:10:09 +02:00
Writer switched array() to [] 2019-01-16 10:39:14 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Moved PhpExtractor and PhpStringTokenParser to Translation component 2017-09-29 01:37:07 +02:00
composer.json fix tests 2019-04-06 22:57:23 +02:00
DataCollectorTranslator.php fix tests 2019-04-06 22:57:23 +02:00
IdentityTranslator.php switched array() to [] 2019-01-16 10:39:14 +01:00
Interval.php [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
LoggingTranslator.php switched array() to [] 2019-01-16 10:39:14 +01:00
MessageCatalogue.php switched array() to [] 2019-01-16 10:39:14 +01:00
MessageCatalogueInterface.php fixed CS 2018-05-16 14:49:49 +02:00
MessageSelector.php switched array() to [] 2019-01-16 10:39:14 +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 switched array() to [] 2019-01-16 10:39:14 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php switched array() to [] 2019-01-16 10:39:14 +01:00
TranslatorBagInterface.php Adding use statement for InvalidArgumentException 2017-03-03 07:24:16 -08:00
TranslatorInterface.php switched array() to [] 2019-01-16 10:39:14 +01:00

Translation Component

The Translation component provides tools to internationalize your application.

Resources