rails-i18n
rails-i18n copied to clipboard
Missing key: errors.messages.in
I recently discovered the errors.messages.in translation was missing in the French locale, so I checked and this actually is missing in all locales.
This one is rather young, as the "blame" shows: https://github.com/rails/rails/blame/main/activemodel/lib/active_model/locale/en.yml#L35
I can't imagine how much effort it represent to do for all locales. I can provide a pull request at least for French, but I don't know if it's ok just to provide translation on only one locale, or if there is a process to push new rails translations?
@bobmaerten Thank you for pointing this out. A pull request for French would be greatly appreciated.
I confirm that this key seems to be missing across all the locales