fix: bulk fix (~330) missing translations

This commit is contained in:
Ankush Menat
2022-04-02 16:56:59 +05:30
committed by Ankush Menat
parent e8118fcdf1
commit a896895a9e
59 changed files with 179 additions and 173 deletions

View File

@@ -3,15 +3,16 @@
import frappe
from frappe import _
def execute(filters=None):
columns = [
{"fieldname": "creation_date", "label": "Date", "fieldtype": "Date", "width": 300},
{"fieldname": "creation_date", "label": _("Date"), "fieldtype": "Date", "width": 300},
{
"fieldname": "first_response_time",
"fieldtype": "Duration",
"label": "First Response Time",
"label": _("First Response Time"),
"width": 300,
},
]