
Translate Laravel Languages with Google Sheets
Laravel Translation Sheet is a package by Nassif Bourguig for translating Laravel language files using Google Sheets. What I love about this idea/package, is how easy it makes the process of collaborating on language translations with a standard tool like Google Sheets. Related: Building a Laravel Translation Package The way that you interact with Google Sheets is through a series of artisan commands and the Google Sheets API:
# Setup and prep commands php artisan translation_sheet:setup php artisan translation_sheet:prepare # Publish translation to Google Sheets php artisan translation_sheet:push
