Skip to content

Commit

Permalink
Add translatable strings to clothes field (#763)
Browse files Browse the repository at this point in the history
For values with usage > 150
  • Loading branch information
kjonosm committed Jan 30, 2023
1 parent b95a1bc commit 292133f
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion data/fields/clothes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
{
"key": "clothes",
"type": "semiCombo",
"label": "Clothes"
"label": "Clothes",
"strings": {
"options": {
"babies": "Baby Clothing",
"children": "Children's Clothing",
"fur": "Fur Clothing",
"hats": "Hats",
"maternity": "Maternity Clothing",
"men": "Men's Clothing",
"motorcycle": "Motorcycle Clothing",
"oversize": "Plus Size Clothing",
"socks": "Socks",
"sports": "Sportswear",
"suites": "Suites",
"swimwear": "Swimwear",
"underwear": "Underwear",
"wedding": "Wedding Clothing",
"women": "Women's Clothing",
"workwear": "Workwear"
}
}
}

0 comments on commit 292133f

Please sign in to comment.