mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
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. |
||
|---|---|---|
| .. | ||
| config | ||
| migrations | ||
| Resources | ||
| .htaccess | ||
| AppCache.php | ||
| AppKernel.php | ||
| autoload.php | ||
| console | ||
| TestAppKernel.php | ||