Localization
SleepingOwl Admin uses locale from your app.php
locale configuration.
Supported Locales
- en
- ru
Your Own Locales
You can add your localization. Just create file resources/lang/packages/{your_locale}/admin/lang.php
, paste everything from vendor/sleeping-owl/admin/src/lang/en/lang.php
and make your changes. Feel free to send me your locale to add it to the main branch.