Bug #9796
Badly marked translations for loading subscriptions loading screens
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
The translations were marked like so:
<td colspan="9" translate> <div class="loading-mask fa-3x" ng-show="working"> <i class="fa fa-spinner fa-spin"></i> {{ "Loading..." | translate }} </div> </td>
Which results in the entire inside of the <td> being marked for translation. We should not be marking HTML for translation
Associated revisions
History
#1
Updated by The Foreman Bot about 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5116 added
- Pull request deleted (
)
#2
Updated by Walden Raines about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|b30b239feb466b19d4a0c4a5d1453a61dfc871ae.
#3
Updated by Eric Helms almost 8 years ago
- Legacy Backlogs Release (now unused) set to 31
Fixes #9796: fix translations for subscription loading screens.
http://projects.theforeman.org/issues/9796