Adds has_one_translated_attached and has_many_translated_attached to Active Record models, letting a single attachment name hold a different file per locale via Mobility. Requires no migration: each locale is stored as an ordinary Active Storage attachment whose name carries the locale suffix.
Required Ruby Version
>= 3.2.0
Authors
Glen Barnes