Skip to content

Commit 3cb94d7

Browse files
feat: Add new categories to the store and their locales
1 parent 921f203 commit 3cb94d7

File tree

6 files changed

+27
-9
lines changed

6 files changed

+27
-9
lines changed

src/config/categories.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[
22
"banking",
3+
"clouds",
34
"cozy",
4-
"energy",
55
"education",
6+
"energy",
7+
"finance",
68
"health",
79
"host_provider",
810
"insurance",
@@ -11,12 +13,13 @@
1113
"online_services",
1214
"partners",
1315
"press",
16+
"pro",
1417
"productivity",
1518
"ptnb",
1619
"public_service",
1720
"shopping",
1821
"social",
22+
"tech",
1923
"telecom",
20-
"transport",
21-
"pro"
22-
]
24+
"transport"
25+
]

src/locales/de.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@
152152
"shopping": "Shopping",
153153
"social": "Social",
154154
"telecom": "Telecom",
155-
"transport": "Transportation"
155+
"transport": "Transportation",
156+
"tech": "Tech",
157+
"clouds": "Clouds & digitale schließfächer",
158+
"finance": "Beschäftigung & finanzen"
156159
},
157160

158161
"app_langs": {

src/locales/en.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,10 @@
161161
"social": "Social",
162162
"telecom": "Telecom",
163163
"transport": "Transportation",
164-
"pro": "Work"
164+
"pro": "Work",
165+
"tech": "Tech",
166+
"clouds": "Clouds & vaults",
167+
"finance": "Employment & finance"
165168
},
166169

167170
"app_langs": {

src/locales/fr.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,10 @@
161161
"social": "Social",
162162
"telecom": "Mobile",
163163
"transport": "Voyage et transport",
164-
"pro": "Travail"
164+
"pro": "Travail",
165+
"tech": "Tech",
166+
"clouds": "Clouds & coffres",
167+
"finance": "Emploi & finance"
165168
},
166169

167170
"app_langs": {

src/locales/nl_NL.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,10 @@
161161
"social": "Sociaal",
162162
"telecom": "Telecom",
163163
"transport": "Vervoer",
164-
"pro": "Werk"
164+
"pro": "Werk",
165+
"tech": "Tech",
166+
"clouds": "Wolken & digitale gewelven",
167+
"finance": "Werkgelegenheid & financiën"
165168
},
166169

167170
"app_langs": {

src/locales/pl.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@
153153
"shopping": "Shopping",
154154
"social": "Social",
155155
"telecom": "Telecom",
156-
"transport": "Transportation"
156+
"transport": "Transportation",
157+
"tech": "Tech",
158+
"clouds": "Clouds & vaults",
159+
"finance": "Employment & finance"
157160
},
158161

159162
"app_langs": {

0 commit comments

Comments
 (0)