Multiple language support for your Theme... If you ever struggled to support multiple languages for your website. Juzaweb CMS supports you with a translation tool for faster and easier translate.
Find and create translation in your Theme to jw_translations
table
php artisan theme:import-translation {theme-name}
Translate your theme by Google Translate
php artisan theme:google-translate {theme-name} {source} {target}
This command will translate and add new translations to the jw_translations
table via Google Translate.
E.x:
php artisan theme:google-translate default en hi
Export all translation to file json
php artisan theme:export-translation {theme-name}
If you want to export a specific language, add the 2nd param
php artisan theme:export-translation {theme-name} {language}