Actions
Refactor #17263
closedmove javascript JED / i18n translations code to webpack
Description
currently its not possible to use the __ function within webpack code.
While its possible to use the function on a browser (which loads the function via the asset pipeline), its not possible to execute tests against code that uses that (as its not defined).
Another point to ensure is that new strings that are introduced within webpack ES6 code are extracted.
Updated by Tomer Brisker almost 8 years ago
- Related to Bug #18213: Strings are not extracted from webpack folders. added
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Amir Fefer
- Pull request https://github.com/theforeman/foreman/pull/5342 added
Updated by Ohad Levy about 6 years ago
- Target version set to 1.20.0
- Fixed in Releases 1.20.0 added
Updated by Amir Fefer about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 60e4da4ca730f809b75c42e34236ba7f664e74d3.
Updated by Justin Sherrill about 6 years ago
- Related to Bug #25135: use i18n from webpack added
Updated by Ohad Levy over 5 years ago
- Related to Task #23451: move all javascript/css assets to webpack added
Actions