Fix translate time_log_calendar.js

This commit is contained in:
Bárbara Perretti 2013-10-08 15:17:44 -03:00
parent ac6fc6fab6
commit f4cde68097

View File

@ -6,7 +6,7 @@ wn.views.calendar["Task"] = {
"start": "exp_start_date", "start": "exp_start_date",
"end": "exp_end_date", "end": "exp_end_date",
"id": "name", "id": "name",
"title": "subject", "title": wn._("subject"),
"allDay": "allDay" "allDay": "allDay"
}, },
gantt: true, gantt: true,
@ -15,7 +15,7 @@ wn.views.calendar["Task"] = {
"fieldtype": "Link", "fieldtype": "Link",
"fieldname": "project", "fieldname": "project",
"options": "Project", "options": "Project",
"label": "Project" "label": wn._("Project")
} }
], ],
get_events_method: "projects.doctype.task.task.get_events" get_events_method: "projects.doctype.task.task.get_events"