Project

General

Custom queries

Profile

Actions

Bug #9796

closed

Badly marked translations for loading subscriptions loading screens

Added by Walden Raines about 10 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web UI
Target version:
Difficulty:
trivial
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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

Actions #2

Updated by Walden Raines about 10 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF