This addon is still a WIP.
Statamic Translation Management is a Statamic addon that allows you to add/edit translations.
This addon does:
- Edit translations
- Create translations
composer require justbetter/statamic-translation-management
This addon makes use of spatie/laravel-translation-loader, and has migrations. To publish and migrate, you can run:
php artisan vendor:publish --provider="Spatie\TranslationLoader\TranslationServiceProvider" --tag="migrations"
php artisan migrate
This addon adds a "translations" menu item in the control panel through Runway. Here you can add/edit the translations.