Multiple language support for your Plugin... 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 Plugin to jw_translations
table
php artisan plugin:import-translation {plugin-name}
Translate your plugin by Google Translate
php artisan plugin:google-translate {plugin-name} {source} {target}
This command will translate and add new translations to the jw_translations
table via Google Translate.
E.x:
php artisan plugin:google-translate default en hi
Export all translation to file json
php artisan plugin:export-translation {plugin-name}
If you want to export a specific language, add the 2nd param
php artisan plugin:export-translation {plugin-name} {language}