laravel-blog
laravel-blog copied to clipboard
Not showing cats and posts in Russian
Not showing cats and posts in Russian. But in counter they are have.

I am also having this common problem @GeneratorEVil
same issue with Arabic
There is a general issue with languages in this package. It doesn't take into account what set in config\binshopsblog.php -> default_language
It takes the default language from the DB. Look for a table named binshops_configurations -> DEFAULT_LANGUAGE_LOCALE -> change it to your language of choice
@SvetoslavStefanov thank you