From fb65cdf28fd66655dadd3403d0072c9e20eedeea Mon Sep 17 00:00:00 2001 From: Horilla Date: Tue, 21 Nov 2023 16:34:24 +0530 Subject: [PATCH] [UPDT] BASE: Translate of url names in breadcrumbs --- base/translator.py | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/base/translator.py b/base/translator.py index 86017bfd6..c20e58728 100644 --- a/base/translator.py +++ b/base/translator.py @@ -234,3 +234,49 @@ _("period-view"), _("question-template-view"), _("asset-category-view"), _("asset-request-allocation-view"), +_("recruitment"), +_("update-contract"), +_("update-allowance"), +_("update-deduction"), +_("type-update"), +_("type-creation"), +_("asset-batch-view"), +_("create-deduction"), +_("create-allowance"), +_("update-allowance"), +_("update-deduction"), +_("pms"), +_("asset"), +_("leave"), +_("attendance"), +_("payroll"), +_("employee"), +_("onboarding"), +_("recruitment"), +_("settings"), +_("department-creation"), +_("job-position-creation"), +_("job-role-create"), +_("work-type-create"), +_("rotating-work-type-create"), +_("employee-type-create"), +_("employee-shift-create"), +_("employee-shift-schedule-create"), +_("rotating-shift-create"), +_("attendance-settings"), +_("employee-permission-assign"), +_("user-group-create"), +_("user-group-assign"), +_("company-create"), +_("currency"), +_("department-update"), +_("job-position-update"), +_("job-role-update"), +_("work-type-update"), +_("rotating-work-type-update"), +_("employee-type-update"), +_("employee-shift-update"), +_("employee-shift-schedule-update"), +_("rotating-shift-update"), +_("user-group-update"), +_("company-update"),