Actions
Bug #2600
closedMissing string extractions on compute resource VM forms
Status:
Closed
Priority:
Normal
Assignee:
Category:
Internationalization
Target version:
Description
The compute resource forms under app/views/compute_resources_vms/form/_*.html.erb have poor string extraction. A number of the fields need labels adding as they're currently being autogenerated. Since they don't represent AR models, they can't be automatically extracted either.
As an example, the libvirt form doesn't have CPUs, memory or the start checkbox extracted. The "Folder" label on VMware isn't extracted, but many other labels are missing.
Updated by Lukas Zapletal over 11 years ago
- Assignee set to Lukas Zapletal
- Difficulty set to trivial
Updated by Dominic Cleal about 11 years ago
- Target version changed from 1.3.0 to 1.4.0
Updated by Dominic Cleal almost 11 years ago
- Description updated (diff)
- Status changed from New to Assigned
- Target version set to 1.9.3
Updated by Lukas Zapletal almost 11 years ago
- Status changed from Assigned to Ready For Testing
https://github.com/theforeman/foreman/pull/1079
Someone help me to finish this, thanks.
Updated by Dominic Cleal almost 11 years ago
- Translation missing: en.field_release set to 2
Updated by Lukas Zapletal almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset a0c1773dadc71b1138c75814b14c9cf884304a91.
Actions