Actions
Bug #4501
closedangular pages don't work w/ mark_translated:true config
Description
The setting to surround strings that pass through i18n with "X" does not work on angular pages.
/katello/systems#/systems
window.__ = function() { return 'X' + i18n.gettext.apply(i18n, arguments) + 'X' };
Uncaught TypeError: Cannot call method 'apply' of undefined
Updated by Mike McCune almost 11 years ago
- Status changed from New to Closed
Works fine in the latest nightly. Please re-open if this is still broken for you.
Updated by Mike McCune almost 11 years ago
- Status changed from Closed to New
ignore previous comment. Wrong issue#
Updated by Mike McCune almost 11 years ago
- Status changed from New to Assigned
- Assignee set to Walden Raines
Updated by Walden Raines almost 11 years ago
- Status changed from Assigned to Ready For Testing
Updated by Walden Raines almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|commit:f5fd5ffc39ac2b2deff21c956154d72ce948b17f.
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Actions