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 48872f3aed Merge branch '2.7' into 2.8
* 2.7:
  fix the Composer API being used
  [Debug] Always decorate existing exception handlers to deal with fatal errors
  Enableable ArrayNodeDefinition is disabled for empty configuration
  Fixing a bug where the dump() function depended on bundle ordering
  Add nn (Norwegian Nynorsk) translation files, and improve existing file
  Problem in phar see mergerequest #25579
  [Form] Disallow transform dates beyond the year 9999
  Copied NO language files to the new NB locale.
  [Console] Improve phpdoc on StyleInterface::ask()
2018-01-18 14:56:23 +01:00
..
Catalogue fixed some deprecation messages 2017-12-31 06:12:25 +01:00
DataCollector Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
Dumper fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Exception remove api tags from code 2015-09-28 19:11:22 +02:00
Extractor Remove useless docblocks 2017-10-29 10:49:53 +01:00
Loader Merge branch '2.7' into 2.8 2018-01-18 14:56:23 +01:00
Tests Refactoring tests. 2017-12-12 05:05:30 -02:00
Util fixed CS 2017-01-21 08:59:38 -08:00
Writer [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Translation][File dumper] allow get file content without writing in file. 2015-09-21 10:16:40 +00:00
composer.json Merge branch '2.7' into 2.8 2017-02-21 15:21:52 +01:00
DataCollectorTranslator.php Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
IdentityTranslator.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Interval.php Docblock fixes 2014-11-30 13:33:44 +00:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
LoggingTranslator.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
MessageCatalogue.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
MessageCatalogueInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +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 fail when detecting risky tests 2017-04-12 09:39:27 +02:00
PluralizationRules.php nit: Fix phpdoc inconsistency and unreachable statement 2017-10-21 13:19:30 -07:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php fixed some deprecation messages 2017-12-31 06:12:25 +01: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