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
Nicolas Grekas aff17e2cc4 Merge branch '3.4' into 4.1
* 3.4:
  Bump phpunit bridge cache id
  [appveyor] fix create-project phpunit
  Fix HttpKernel Debug requirement
  Fix heredoc
  use final annotation to allow mocking the class
  synchronise the form builder docblock
  Grammar fix in exception message
  fix tests
  forward the parse error to the calling code
  [Debug][DebugClassLoader] Match more cases for final, deprecated and internal classes / methods extends
  ensure compatibility with older PHPUnit mocks
  [Security] Do not mix usage of password_*() functions and sodium_*() ones
2019-01-24 22:39:39 +01:00
..
Catalogue fixed short array CS in comments 2019-01-16 14:27:11 +01:00
Command fixed CS 2019-01-16 19:35:49 +01:00
DataCollector switched array() to [] 2019-01-16 10:39:14 +01:00
DependencyInjection fixed CS 2019-01-16 19:35:49 +01:00
Dumper Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Exception Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)" 2018-05-30 09:26:09 +02:00
Extractor Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Formatter switched array() to [] 2019-01-16 10:39:14 +01:00
Loader Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Reader switched array() to [] 2019-01-16 10:39:14 +01:00
Resources/schemas [Translation] fix perf of lint:xliff command 2018-08-07 14:45:11 +02:00
Tests Merge branch '3.4' into 4.1 2019-01-24 22:39:39 +01:00
Util fixed short array CS in comments 2019-01-16 14:27:11 +01:00
Writer fixed CS 2019-01-16 19:35:49 +01:00
.gitignore
CHANGELOG.md made deprecation notices less verbose 2018-02-19 13:10:10 +01:00
composer.json Merge branch '4.0' 2018-04-29 18:24:02 -07:00
DataCollectorTranslator.php switched array() to [] 2019-01-16 10:39:14 +01: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 fixed CS 2019-01-16 19:35:49 +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 Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Translator.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +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