Untranslatable strings in the print template t_bills_current.tt2

Bug #1772614 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 template t_bills_current.tt2 have not been marked for translation (From line 12 to 17)

I suppose the original code from line 12 to 17 should be replaced by the following:

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

Revision history for this message
Eva Cerninakova (ece) wrote :

I am sorry, I have pasted wrong code.

The original code from line 12 to 17 should be replaced by the following:

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

summary: - Not translatable strings in the print template t_bills_current.tt2 not
- have not been marked for translation
+ Not translatable strings in the print template t_bills_current.tt2
summary: - Not translatable strings in the print template t_bills_current.tt2
+ Untranslatable strings in the print template t_bills_current.tt2
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
Terran McCanna (tmccanna) wrote :
tags: added: pullrequest
Changed in evergreen:
status: New → Confirmed
importance: Undecided → Medium
Michele Morgan (mmorgan)
Changed in evergreen:
milestone: none → 3.7.3
Revision history for this message
Blake GH (bmagic) wrote :

Resolved a minor merge conflict with master today.

tags: added: needsrebase
Revision history for this message
Terran McCanna (tmccanna) wrote :
tags: removed: needsrebase
no longer affects: evergreen/3.6
Changed in evergreen:
milestone: 3.7.3 → none
Revision history for this message
Garry Collum (gcollum) wrote :
tags: added: signedoff
Revision history for this message
Terran McCanna (tmccanna) wrote :

Thanks, Garry!

Fix committed and backported as far as 3.10

Changed in evergreen:
status: Confirmed → Fix Committed
milestone: none → 3.12-beta
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.