From 485c7c40c1a7eed98976807d437cb6b7d3ecd377 Mon Sep 17 00:00:00 2001 From: cballevre Date: Wed, 8 Nov 2023 17:05:51 +0100 Subject: [PATCH] feat: Add pro category to Sections translation --- react/AppSections/locales/en.json | 3 ++- react/AppSections/locales/fr.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/react/AppSections/locales/en.json b/react/AppSections/locales/en.json index 7061200349..aed3b9f1a0 100644 --- a/react/AppSections/locales/en.json +++ b/react/AppSections/locales/en.json @@ -22,7 +22,8 @@ "shopping": "Shopping", "social": "Social", "telecom": "Telecom", - "transport": "Transportation" + "transport": "Transportation", + "pro": "Work" }, "sections": { "applications": "Applications", diff --git a/react/AppSections/locales/fr.json b/react/AppSections/locales/fr.json index 94dfba8cb9..a11d461c1c 100644 --- a/react/AppSections/locales/fr.json +++ b/react/AppSections/locales/fr.json @@ -22,7 +22,8 @@ "shopping": "Shopping", "social": "Social", "telecom": "Mobile", - "transport": "Voyage et transport" + "transport": "Voyage et transport", + "pro": "Travail" }, "sections": { "applications": "Applications",