Fix missing translations (#8871)

* Fix missing translations

* Fix
This commit is contained in:
Francisco Roldán
2017-05-17 11:12:04 -03:00
committed by Nabin Hait
parent e4f80a6eaa
commit 85bfc05efa
12 changed files with 55 additions and 55 deletions

View File

@@ -5,7 +5,7 @@
<div class='col-xs-9'>
<span class="indicator {{ "blue" if timesheet.info.status=="Submitted" else "red" if timesheet.info.status=="Draft" else "darkgrey" }}" title="{{ timesheet.info.status }}" > {{ timesheet.info.name }} </span>
<div class="small text-muted item-timestamp">
From {{ frappe.format_date(timesheet.from_time) }} to {{ frappe.format_date(timesheet.to_time) }}
{{ __("From") }} {{ frappe.format_date(timesheet.from_time) }} {{ __("to") }} {{ frappe.format_date(timesheet.to_time) }}
</div>
</div>
<div class='col-xs-1 gravatar-top'>