You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted an idempotent cache but the translator uses the cache dynamically. In Symfony you can redefine the cache_dir in configuration, but this configuration is ignored by this bundle and overrided to the default cache directory.
I used this code as a workaround that will not work with the master branch of the bundle:
Hello,
I wanted an idempotent cache but the translator uses the cache dynamically. In Symfony you can redefine the cache_dir in configuration, but this configuration is ignored by this bundle and overrided to the default cache directory.
I used this code as a workaround that will not work with the master branch of the bundle:
The text was updated successfully, but these errors were encountered: