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
Christian Flothmann e55f6e6f5e fix tests
2019-04-06 22:57:23 +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 wrong dump for PO files 2019-04-06 19:11:02 +02:00
Exception [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
Extractor [Translation] Concatenated translation messages 2019-01-25 11:00:38 +01:00
Formatter switched array() to [] 2019-01-16 10:39:14 +01:00
Loader fixed short array CS in comments 2019-01-16 14:27:11 +01:00
Reader switched array() to [] 2019-01-16 10:39:14 +01:00
Resources [Translation] Added a script to display the status of translations 2019-02-18 13:35:29 +01:00
Tests Fix wrong dump for PO files 2019-04-06 19:11:02 +02:00
Util fixed short array CS in comments 2019-01-16 14:27:11 +01: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