agency-orgo / string-translations
A Statamic addon for managing string translations
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/agency-orgo/string-translations
Requires
- statamic/cms: ^5.0
Requires (Dev)
- orchestra/testbench: ^9.0
- phpunit/phpunit: ^12.3
This package is auto-updated.
Last update: 2025-10-20 10:49:04 UTC
README
A Statamic addon for managing string translations with database storage and fallback support.
Features
- Database-driven string translations
- Multi-language support with fallback hierarchy
- Bulk operations for performance
- Search and filter functionality
- Control Panel integration
Installation
You can install this addon via Composer:
composer require agency-orgo/string-translations
Usage
After installation, you'll find "String Translations" in your Statamic Control Panel under Utilities.
Configuration
The addon uses the default database connection. If you need to use a specific connection, you can configure it in your model or service.
Requirements
- Statamic 5.0+
- PHP 8.1+