I install Sonata admin Bundle, everything work but I don't have any language - buttons and text in admin is like before translated example :
label.select_context , btn_filter (not filter but btn_filter)
and other - where I can setup language to sonata admin ?
Enable translator in config.yml.
like.
framework:
translator: { fallback: "%locale%" }
Sonata admin uses the language set in the configuration file. But that's not your problem, the problem is that the cache doesn't include the sonata admin translation files.
Clearing the cache will fix your problems:
$ php app/console cache:clear
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With