Localization

Overview

Lamotivo may be fully localized using Laravel's localization services.

You may publish the default language files using the following Artisan command:

php artisan vendor:publish --tag=lm-lang

The language files will be located at the resources/lang/vendor/lm path.

You may create new language based on the English language files.