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
Fabien Potencier 03dfdc4db3 feature #29121 [FrameworkBundle][Translation] Add support for Translator paths, Twig paths and Translator aware services paths in commands (yceruto)
This PR was merged into the 4.3-dev branch.

Discussion
----------

[FrameworkBundle][Translation] Add support for Translator paths, Twig paths and Translator aware services paths in commands

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #29085, #29633, #17739
| License       | MIT
| Doc PR        | TODO

Add custom (also common) Twig and Translation paths to the translation commands:
 * Custom directories configured in `twig.paths`.
 * Custom directories configured in `translator.paths`
 * The `Resources/translations/` directory of `Validation` component (if installed).
 * The `Resources/translations/` directory of `Form` component (if installed).
 * The `Resources/translations/` directory of Security Core component (if installed).

Commits
-------

31d7a09bf5 Add support for translator paths and twig paths in translation commands
2019-02-13 08:43:59 +01:00
..
Asset Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
BrowserKit fixed CS 2019-01-16 23:37:52 +01:00
Cache Merge branch '4.2' 2019-02-01 12:07:50 +01:00
Config Merge branch '4.2' 2019-01-30 12:44:59 +01:00
Console feature #29753 [Console] Add an iterate method to the ProgressBar class (jvasseur) 2019-01-31 10:53:43 +01:00
CssSelector Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Debug [Debug] Display more details in the simple error page of Debug 2019-02-07 10:41:41 +01:00
DependencyInjection feature #29767 Nullable environment variable processor (bpolaszek) 2019-02-13 08:12:17 +01:00
DomCrawler fixed CS 2019-01-16 22:53:45 +01:00
Dotenv Merge branch '4.2' 2019-01-24 22:40:22 +01:00
EventDispatcher fixed CS 2019-01-16 22:53:45 +01:00
ExpressionLanguage Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Filesystem Merge branch '4.2' 2019-02-07 19:43:24 +01:00
Finder Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Form feature #28635 [Form] Add label_translation_parameters, help_translation_parameters and attr_translation_parameters options to base form type (webnet-fr) 2019-02-13 08:24:11 +01:00
HttpFoundation Merge branch '4.2' 2019-01-29 10:50:57 +01:00
HttpKernel Merge branch '4.2' 2019-02-08 14:07:06 +01:00
Inflector Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Intl Merge branch '4.2' 2019-02-07 19:43:24 +01:00
Ldap fixed CS 2019-01-16 22:53:45 +01:00
Lock Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Messenger Merge branch '4.2' 2019-01-30 12:44:59 +01:00
Mime fixed typo 2019-01-30 08:03:13 +01:00
OptionsResolver Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Process Merge branch '4.2' 2019-01-24 23:35:38 +01:00
PropertyAccess speed up accessing object properties 2019-01-27 23:03:33 +01:00
PropertyInfo Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Routing Merge branch '4.2' 2019-02-07 19:43:24 +01:00
Security Merge branch '4.2' 2019-02-12 21:07:40 +01:00
Serializer Merge branch '4.2' 2019-01-29 10:50:57 +01:00
Stopwatch Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Templating Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Translation Add support for translator paths and twig paths in translation commands 2019-02-08 12:20:37 -05:00
Validator fixed typo 2019-02-13 08:36:40 +01:00
VarDumper Merge branch '4.2' 2019-02-07 19:43:24 +01:00
VarExporter Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
WebLink Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Workflow Merge branch '4.2' 2019-02-08 14:07:06 +01:00
Yaml Added deprecation notice when mapping keys are found in multi-line blocks 2019-01-25 21:45:15 +01:00