Translation Traits ​
Two traits handle multi-locale content. HasTranslation provides full translation storage backed by astrotomic/laravel-translatable. IsTranslatable is a lightweight detection helper.
| Trait | Description |
|---|---|
| HasTranslation | Multi-locale content via astrotomic/laravel-translatable with Modularous overrides |
| IsTranslatable | Single-method helper that detects whether a model uses translations |