From 292133ffb8f20ba7871c43b329ff3e93705ff961 Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Mon, 30 Jan 2023 16:26:44 +0100 Subject: [PATCH] Add translatable strings to clothes field (#763) For values with usage > 150 --- data/fields/clothes.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/data/fields/clothes.json b/data/fields/clothes.json index 711b0b37..1fbca7c2 100644 --- a/data/fields/clothes.json +++ b/data/fields/clothes.json @@ -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" + } + } }