Actions
Feature #2942
closedPlugin i18n support
Status:
Closed
Priority:
Normal
Assignee:
Category:
Internationalization
Target version:
Description
Changes necessary in Foreman to enable i18n for plugins.
Updated by Lukas Zapletal over 11 years ago
This is only first phase - string extraction and multidomain support.
Additionally, we need:
- model extraction
- javascript support
/out of scope of this feature/
Updated by Dominic Cleal over 11 years ago
- Status changed from Assigned to Ready For Testing
https://github.com/theforeman/foreman/pull/851
and related, the discovery plugin update: https://github.com/theforeman/foreman_discovery/pull/30
Updated by Dominic Cleal over 11 years ago
- Category changed from Rails to Internationalization
Updated by Lukas Zapletal over 11 years ago
- Related to Feature #3023: Rails models i18n support for plugins added
Updated by Dominic Cleal over 11 years ago
- Related to Refactor #3061: Remove copied code from gettext debug helper class added
Updated by Lukas Zapletal over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d5a28decf96122c26576aef2fafed66aa1efc582.
Updated by Lukas Zapletal over 10 years ago
Pushed better way of extracting strings for plugins:
Actions