Skip to content

Commit 20f2e23

Browse files
committed
add a few more values for the clothes field
1 parent a6e1a05 commit 20f2e23

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

data/fields/clothes.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"options": {
77
"babies": "Baby Clothing",
88
"children": "Children's Clothing",
9+
"denim": "Jeans Clothing",
910
"fur": "Fur Clothing",
1011
"hats": "Hats",
1112
"maternity": "Maternity Clothing",
@@ -16,6 +17,7 @@
1617
"sports": "Sportswear",
1718
"suites": "Suites",
1819
"swimwear": "Swimwear",
20+
"traditional": "Traditional Garments / Folk Costumes",
1921
"underwear": "Underwear",
2022
"wedding": "Wedding Clothing",
2123
"women": "Women's Clothing",

interim/source_strings.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,8 @@ en:
796796
babies: Baby Clothing
797797
# clothes=children
798798
children: Children's Clothing
799+
# clothes=denim
800+
denim: Jeans Clothing
799801
# clothes=fur
800802
fur: Fur Clothing
801803
# clothes=hats
@@ -816,6 +818,8 @@ en:
816818
suites: Suites
817819
# clothes=swimwear
818820
swimwear: Swimwear
821+
# clothes=traditional
822+
traditional: Traditional Garments / Folk Costumes
819823
# clothes=underwear
820824
underwear: Underwear
821825
# clothes=wedding

0 commit comments

Comments
 (0)