diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index f3c5771b0..13fdc4c6b 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -4099,6 +4099,27 @@ + + checklist-view + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + close false diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 0d663e616..b2520ab2f 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -270,6 +270,7 @@ "jobs": { "admin": "Jobs -> Admin", "available-list": "Jobs -> Available List", + "checklist-view": "Jobs -> Checklist View", "close": "Jobs -> Close", "create": "Jobs -> Create", "deliver": "Jobs -> Deliver", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index f98d2a6a8..c488ebcc7 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -270,6 +270,7 @@ "jobs": { "admin": "", "available-list": "", + "checklist-view": "", "close": "", "create": "", "deliver": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 62a05a54b..1615b838a 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -270,6 +270,7 @@ "jobs": { "admin": "", "available-list": "", + "checklist-view": "", "close": "", "create": "", "deliver": "",