Keyless translations for Rails. Write the source string where a key would go, t('Welcome to our app'), and it resolves through the i18n-keyless API: AI translation on the first miss, cached in Rails.cache, served from there. One gem, two .env lines, no config/locales/*.yml to maintain by hand.
Required Ruby Version
>= 3.1
Authors
Arnaud Ambroselli