Skip to content

Commit 292133f

Browse files
authored
Add translatable strings to clothes field (#763)
For values with usage > 150
1 parent b95a1bc commit 292133f

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

data/fields/clothes.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
22
"key": "clothes",
33
"type": "semiCombo",
4-
"label": "Clothes"
4+
"label": "Clothes",
5+
"strings": {
6+
"options": {
7+
"babies": "Baby Clothing",
8+
"children": "Children's Clothing",
9+
"fur": "Fur Clothing",
10+
"hats": "Hats",
11+
"maternity": "Maternity Clothing",
12+
"men": "Men's Clothing",
13+
"motorcycle": "Motorcycle Clothing",
14+
"oversize": "Plus Size Clothing",
15+
"socks": "Socks",
16+
"sports": "Sportswear",
17+
"suites": "Suites",
18+
"swimwear": "Swimwear",
19+
"underwear": "Underwear",
20+
"wedding": "Wedding Clothing",
21+
"women": "Women's Clothing",
22+
"workwear": "Workwear"
23+
}
24+
}
525
}

0 commit comments

Comments
 (0)