id-tagging-schema/data/fields/clothes.json
kjonosm 292133ffb8
Add translatable strings to clothes field (#763)
For values with usage > 150
2023-01-30 16:26:44 +01:00

25 lines
748 B
JSON

{
"key": "clothes",
"type": "semiCombo",
"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"
}
}
}