Sylius/app
Kamil Kokot 6771774665
[Theme] Rework computing fallback locales
Theme name is no longer appended after `_` but after `@` instead (locale modifier).
Fallback locales computing was extracted to another class.

Generates shorter versions of both current locale and fallback locale, eg.
Current locale: `pl_PL`; fallback locale: `en_US`; makes the following chain:
`pl_PL` -> `pl` -> `en_US` -> `en`
In regular Symfony it wouldn't contain the last element.
2016-08-04 12:06:38 +02:00
..
config [Theme] Rework computing fallback locales 2016-08-04 12:06:38 +02:00
migrations [Channel] Make default locale required 2016-08-02 10:51:53 +02:00
Resources [Sylius] Distribute config files between bundles 2016-05-27 09:54:24 +02:00
.htaccess Move CoreBundle and WebBundle here, stick to Symfony SE conventions 2013-04-25 22:25:26 +02:00
AppCache.php [Sylius] Distribute config files between bundles 2016-05-27 09:54:24 +02:00
AppKernel.php [Sylius] Extract CoreBundle's Kernel once again 2016-05-30 10:52:23 +02:00
autoload.php Stop registering PHPCR ORM annotations in autoload 2015-07-16 18:59:57 -07:00
console [Sylius] Distribute config files between bundles 2016-05-27 09:54:24 +02:00
TestAppKernel.php [Sylius] Distribute config files between bundles 2016-05-27 09:54:24 +02:00