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
2016-09-21 18:16:56 +01:00
..
Catalogue [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
DataCollector Rely on iconv and symfony/polyfill-* 2015-10-28 03:15:07 +01:00
Dumper [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
Exception [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
Extractor [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
Loader [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
Tests [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
Util [Translation] add options 'as_tree', 'inline' to YamlFileDumper to dump messages as tree instead of simple list. 2015-05-20 12:35:10 +03:00
Writer [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Translation][transChoice] allows escaping the pipe character. 2016-06-14 15:15:22 +00:00
composer.json updated version to 3.2 2016-05-13 13:13:23 -05:00
DataCollectorTranslator.php [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
IdentityTranslator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Interval.php [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
LoggingTranslator.php [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
MessageCatalogue.php [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
MessageCatalogueInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
MessageSelector.php [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
MetadataAwareInterface.php Fix doc blocks 2014-04-18 22:17:16 +02:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
PluralizationRules.php Merge branch '2.8' 2015-11-18 14:48:51 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
TranslatorBagInterface.php [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
TranslatorInterface.php [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00

Translation Component

The Translation component provides tools to internationalize your application.

Resources