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/Bundle/FrameworkBundle/Tests
Abdellatif Ait boudad 88b7e7ce59 feature #14561 [FrameworkBundle][DX] Add option to specify additional translation loading paths (Seldaek)
This PR was squashed before being merged into the 2.8 branch (closes #14561).

Discussion
----------

[FrameworkBundle][DX] Add option to specify additional translation loading paths

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #971
| License       | MIT
| Doc PR        | TODO

Thanks to this PR, next time I want to just do:

```
    translator:
        fallback: "%locale%"
        paths: ['%kernel.root_dir%/../vendor/internal/package/translations']
```

I will be able to, and won't have to dig in docs, start building a translation loader before I realize it's not what I want, dig in the framework ext, and then have to write a compiler pass to inject my file to the translator resource paths.

Commits
-------

bba0a25 [FrameworkBundle][DX] Add option to specify additional translation loading paths
2015-05-06 20:51:24 +00:00
..
CacheWarmer fixed CS 2014-09-22 10:32:35 +02:00
Command/CacheClearCommand [FrameworkBundle] cache:clear command fills *.php.meta files with wrong data 2014-11-21 08:48:44 +01:00
Console fixed CS 2015-05-06 18:31:57 +02:00
Controller Merge branch '2.3' into 2.6 2015-03-22 17:55:57 +01:00
DependencyInjection [FrameworkBundle][DX] Add option to specify additional translation loading paths 2015-05-06 20:51:22 +00:00
Fixtures [FrameworkBundle][EventDispatcher] Add priorities to the debug:event-dispatcher command 2015-05-05 21:46:18 +01:00
Fragment [2.7] add @group legacy 2015-03-13 18:50:01 +01:00
Functional Merge branch '2.6' into 2.7 2015-04-10 09:19:44 +02:00
Routing feature #12960 [FrameworkBundle] Container parameters in Route#condition (nikita2206) 2015-01-16 23:05:28 +01:00
Templating [Form] Make tested features configurable 2015-04-05 23:37:27 +02:00
Translation Merge branch '2.6' into 2.7 2015-04-20 13:53:55 +02:00
Validator fix components tests 2014-10-01 00:07:12 +02:00
ClientTest.php [FrameworkBundle] Allow to disable Kernel reboot 2015-03-20 11:50:15 +01:00
TestCase.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00