Untranslatable strings in the print template t_bills_current.tt2
Bug #1772614 reported by
Eva Cerninakova
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Confirmed
|
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_
[% l('You have the following bills:') %]
<hr/>
<dl>
<div ng-repeat="xact in transactions">
<dt><b>[% l('Bill #') %]{{xact.
tags: | added: bitesize i18n |
Changed in evergreen: | |
milestone: | none → 3.7.3 |
no longer affects: | evergreen/3.6 |
Changed in evergreen: | |
milestone: | 3.7.3 → none |
To post a comment you must log in.
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}}' ) %] id}}</b> </dt>
[% l('You have the following bills:') %]
<hr/>
<dl>
<div ng-repeat="xact in transactions">
<dt><b>[% l('Bill #') %]{{xact.