A Statamic addon for managing string translations with database storage and fallback support.
- Database-driven string translations
- Multi-language support with fallback hierarchy
- Bulk operations for performance
- Search and filter functionality
- Control Panel integration
You can install this addon via Composer:
composer require agency-orgo/string-translationsAfter installation, you'll find "String Translations" in your Statamic Control Panel under Utilities.
The addon uses the default database connection. If you need to use a specific connection, you can configure it in your model or service.
- Statamic 5.0+
- PHP 8.1+