๐ Translations
SaaSykit is built from the ground up to support multiple languages. All text outputs are going through the translation system __()
function.
If you would like to translate your application, you will first need to export the translations file.
SaaSykit uses the laravel-translatable-string-exporter package to manage translations.
Run the following command to export the translations file:
php artisan translatable:export es
This will create a file in lang/es.json
which will map the english translations to the spanish translations (which you need to translate).