Skip to content

Commit aabdf21

Browse files
committed
Add localized 'others' string to multicombo fields
1 parent 9795ccb commit aabdf21

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

data/fields/currency_multi.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
"key": "currency:",
33
"type": "multiCombo",
44
"label": "Currency Types",
5+
"strings": {
6+
"options": {
7+
"others": "Others"
8+
}
9+
},
510
"terms": [
611
"bills",
712
"cash",
813
"coins",
914
"money"
1015
],
1116
"caseSensitive": true
12-
}
17+
}

data/fields/language_multi.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"key": "language:",
33
"type": "multiCombo",
4-
"label": "Languages"
5-
}
4+
"label": "Languages",
5+
"strings": {
6+
"options": {
7+
"others": "Others"
8+
}
9+
}
10+
}

data/fields/payment_multi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
},
88
"strings": {
99
"options": {
10+
"others": "Others",
1011
"account_cards": "Account Card",
1112
"app": "Mobile Application",
1213
"cards": "Payment Card",
@@ -50,4 +51,4 @@
5051
"upi": "UPI (Unified Payments Interface)"
5152
}
5253
}
53-
}
54+
}

data/fields/recycling_accepts.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"caseSensitive": true,
66
"strings": {
77
"options": {
8+
"others": "Others",
89
"glass_bottles": "Glass Bottles and Jars",
910
"glass": "Any Glass (tempered glass, windows, mirrors, etc.)",
1011
"paper": "Paper",
@@ -23,4 +24,4 @@
2324
"food_waste": "Food Waste"
2425
}
2526
}
26-
}
27+
}

0 commit comments

Comments
 (0)