Skip to content

justbetter/statamic-translation-manager

Repository files navigation

Statamic Translation Management

Statamic Translation Management is a Statamic addon that allows you to add/edit translations.

Features

This addon does:

  • Edit translations
  • Create translations

How to Install

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

How to Use

This addon adds a "translations" menu item in the control panel through Runway. Here you can add/edit the translations.