Hello everyone. First of all sorry for my bad English. I'm newbie in Flarum. I'm trying to make flarum-ext-lithuanian extension. If in composer.json is written: "flarum-locale": { "code": "en", "title": "Lithuanian"} It is working perfectly, but If I change code: "en" to "lt" It is not working. Why? P.S composer require evaldasl/lt-language + I've tried many extensions like https://github.com/cbmainz/flarum-de, but they are not working. What could be? I'm using flarum beta 6
EDIT
I've changed default_locale in phpmyadmin, and now It is working.
So another question. Why it is not changing that default_locale automatic? Why I should go to phpmyadmin?