v0.10.0
- Upgraded symfony dependencies
- Fixed cache invalidation when adding or removing a translation file
- Added ITranslationProvider for translation resources
- Added translation resource whitelisting
- Translator broken apart to
FallbackResolver
,LoadersInitializer
,CatalogueFactory
andCatalogueCompiler
BC WARNING: If you're using any other language than cs
or en
(those are default), you have to whitelist them
translator:
whitelist: ['cs', 'en', ...]