Actions
Refactor #11216
closedChange rails default error messages to use the rails-i18n gem
Status:
Closed
Priority:
Normal
Assignee:
Category:
Internationalization
Target version:
Description
Currently, we use a local copy of the translations which is both partial and not updated if updates are added to the translations.
The gem is updated with translations that match the strings in the relevant rails version and contains many different locales that we do not currently have.
Any strings that need overriding from the default translation can be overridden by adding the relevant file to config/locales.
This gem version needs to be upgraded when changing the rails major version.
Updated by Tomer Brisker over 9 years ago
- Subject changed from Change rails default error messages to use the rails-18n gem to Change rails default error messages to use the rails-i18n gem
Updated by The Foreman Bot over 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2579 added
- Pull request deleted (
)
Updated by Tomer Brisker over 9 years ago
- Related to Tracker #3157: Rails 4.1 upgrade tasks added
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 63
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 60f8b29b98ca91e6ce788e5f5ec0f7523e454b2d.
Actions