Skip to content

Commit 485c7c4

Browse files
committed
feat: Add pro category to Sections translation
1 parent ae5ec51 commit 485c7c4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

react/AppSections/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"shopping": "Shopping",
2323
"social": "Social",
2424
"telecom": "Telecom",
25-
"transport": "Transportation"
25+
"transport": "Transportation",
26+
"pro": "Work"
2627
},
2728
"sections": {
2829
"applications": "Applications",

react/AppSections/locales/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"shopping": "Shopping",
2323
"social": "Social",
2424
"telecom": "Mobile",
25-
"transport": "Voyage et transport"
25+
"transport": "Voyage et transport",
26+
"pro": "Travail"
2627
},
2728
"sections": {
2829
"applications": "Applications",

0 commit comments

Comments
 (0)