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-11-18 15:26:45 -05:00
..
Catalogue Merge branch '2.5' 2014-10-26 08:46:28 +01:00
DataCollector fixes CS 2015-08-24 09:13:45 +02:00
Dumper CS: apply rules 2016-11-03 08:44:53 +01:00
Exception remove api tags from code 2015-09-28 19:11:22 +02:00
Extractor @throws annotations should go after @return 2016-06-06 13:03:51 +02:00
Loader Code enhancement and cleanup 2016-09-06 09:26:07 +02:00
Tests [ci] Testing with UTC hides bugs 2016-11-18 15:26:45 -05:00
Writer bug #16912 [Translation][Writer] avoid calling setBackup if the dumper is not FileDumper (aitboudad) 2016-01-25 09:14:19 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [2.7][Translation][change log] added DataCollectorTranslator. 2015-04-12 23:10:02 +01:00
composer.json Merge branch '2.3' into 2.7 2015-10-30 13:10:21 -07:00
DataCollectorTranslator.php [TranslationDebug] workaround for getFallbackLocales. 2016-11-09 20:23:10 +00:00
IdentityTranslator.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Interval.php Docblock fixes 2014-11-30 13:33:44 +00:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
LoggingTranslator.php [TranslationDebug] workaround for getFallbackLocales. 2016-11-09 20:23:10 +00:00
MessageCatalogue.php [Translation][fallback] add missing resources in parent catalogues. 2016-11-06 08:07:39 +00:00
MessageCatalogueInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
MessageSelector.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02: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.3' into 2.7 2015-11-18 14:41:01 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php [Translation] fixed nested fallback catalogue using multiple locales. 2016-11-09 19:27:17 +00:00
TranslatorBagInterface.php @throws annotations should go after @return 2016-06-06 13:03:51 +02:00
TranslatorInterface.php @throws annotations should go after @return 2016-06-06 13:03:51 +02:00

Translation Component

The Translation component provides tools to internationalize your application.

Resources