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
Fabien Potencier d05e9e03cb Merge branch '2.8' into 3.1
* 2.8:
  updated LICENSE year
  updated LICENSE year
  Fixed `@return self` with `$this`
2017-01-02 12:31:54 -08:00
..
Catalogue Remove trailing space 2016-11-03 09:05:06 +01:00
DataCollector Rely on iconv and symfony/polyfill-* 2015-10-28 03:15:07 +01:00
Dumper Merge branch '2.8' into 3.1 2016-11-03 09:04:31 +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 Merge branch '2.8' into 3.1 2016-09-06 13:02:40 +02:00
Tests Merge branch '2.8' into 3.1 2016-12-19 16:53:49 +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 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 [Translation] deprecate the backup feature 2016-03-31 20:23:24 +02:00
composer.json updated version to 3.1 2015-11-30 22:39:17 +01:00
DataCollectorTranslator.php Merge branch '2.7' into 2.8 2016-11-14 08:15:57 -08: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 updated LICENSE year 2017-01-02 12:30:00 -08: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 fixed @return when returning this or static 2016-12-27 08:23:47 +01: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.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 Merge branch '2.8' into 3.1 2016-11-14 08:20:02 -08: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