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 about 11 years ago
- Status changed from New to Assigned
- Assignee set to Walden Raines
Updated by Walden Raines about 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Actions