Untranslatable strings in the print template t_bills_historical.tt2

Bug #1772631 reported by Eva Cerninakova
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Evergreen
Fix Released
Medium
Unassigned

Bug Description

 Some strings in the print templatet_bills_historical.tt2 have not been marked for translation

The original code from line 13 to 18 should be replaced by the following:

[% l('Welcome to [_1]', '{{current_location.name}}') %]!<br/>
[% l('You had the following bills:') %]
<hr/>
<dl>
  <div ng-repeat="xact in transactions">
    <dt><b>[% l('Bill #') %]{{xact.id}}</b></dt>

Remington Steed (rjs7)
tags: added: bitesize i18n
Revision history for this message
Eva Cerninakova (ece) wrote :

The problem confirmed in 3.2 beta sandbox

Revision history for this message
Shula Link (slink-g) wrote :
tags: added: pullrequest
Changed in evergreen:
status: New → Confirmed
Revision history for this message
Terran McCanna (tmccanna) wrote :
tags: added: signedoff
Revision history for this message
Jane Sandberg (sandbergja) wrote :

Thanks, Eva, Shula, and Terran! I used the steps here up to the `make newpot` step, and confirmed that the strings now show up for translation in the build/i18n/po/webstaff/webstaff.pot file: https://wiki.evergreen-ils.org/doku.php?id=evergreen-admin:customizations:i18n

Pushed to Evergreen 3.8.1 and master.

Changed in evergreen:
milestone: none → 3.8.1
importance: Undecided → Medium
status: Confirmed → Fix Committed
Changed in evergreen:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.