mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Change charge field placeholders to use currency codes instead of symbols (close #6729)
This commit is contained in:
+2
-2
@@ -358,12 +358,12 @@ en:
|
||||
# charge=*
|
||||
label: Fee Amount
|
||||
# charge_fee field placeholder
|
||||
placeholder: '€1, $5, ¥10…'
|
||||
placeholder: '1 EUR, 5 USD, 10 JPY…'
|
||||
charge_toll:
|
||||
# charge=*
|
||||
label: Toll Amount
|
||||
# charge_toll field placeholder
|
||||
placeholder: '€1, $5, ¥10…'
|
||||
placeholder: '1 EUR, 5 USD, 10 JPY…'
|
||||
check_date:
|
||||
# check_date=*
|
||||
label: Last Checked Date
|
||||
|
||||
@@ -59,8 +59,8 @@
|
||||
"capacity": {"key": "capacity", "type": "number", "minValue": 0, "label": "Capacity", "placeholder": "50, 100, 200..."},
|
||||
"cash_in": {"key": "cash_in", "type": "check", "label": "Cash In"},
|
||||
"castle_type": {"key": "castle_type", "type": "combo", "label": "Type"},
|
||||
"charge_fee": {"key": "charge", "type": "text", "label": "Fee Amount", "placeholder": "€1, $5, ¥10…", "prerequisiteTag": {"key": "fee", "valueNot": "no"}},
|
||||
"charge_toll": {"key": "charge", "type": "text", "label": "Toll Amount", "placeholder": "€1, $5, ¥10…", "prerequisiteTag": {"key": "toll", "valueNot": "no"}},
|
||||
"charge_fee": {"key": "charge", "type": "text", "label": "Fee Amount", "placeholder": "1 EUR, 5 USD, 10 JPY…", "prerequisiteTag": {"key": "fee", "valueNot": "no"}},
|
||||
"charge_toll": {"key": "charge", "type": "text", "label": "Toll Amount", "placeholder": "1 EUR, 5 USD, 10 JPY…", "prerequisiteTag": {"key": "toll", "valueNot": "no"}},
|
||||
"check_date": {"key": "check_date", "type": "text", "label": "Last Checked Date"},
|
||||
"clothes": {"key": "clothes", "type": "semiCombo", "label": "Clothes"},
|
||||
"club": {"key": "club", "type": "typeCombo", "label": "Type"},
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"key": "charge",
|
||||
"type": "text",
|
||||
"label": "Fee Amount",
|
||||
"placeholder": "€1, $5, ¥10…",
|
||||
"placeholder": "1 EUR, 5 USD, 10 JPY…",
|
||||
"prerequisiteTag": {
|
||||
"key": "fee",
|
||||
"valueNot": "no"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"key": "charge",
|
||||
"type": "text",
|
||||
"label": "Toll Amount",
|
||||
"placeholder": "€1, $5, ¥10…",
|
||||
"placeholder": "1 EUR, 5 USD, 10 JPY…",
|
||||
"prerequisiteTag": {
|
||||
"key": "toll",
|
||||
"valueNot": "no"
|
||||
|
||||
Vendored
+2
-2
@@ -2711,11 +2711,11 @@
|
||||
},
|
||||
"charge_fee": {
|
||||
"label": "Fee Amount",
|
||||
"placeholder": "€1, $5, ¥10…"
|
||||
"placeholder": "1 EUR, 5 USD, 10 JPY…"
|
||||
},
|
||||
"charge_toll": {
|
||||
"label": "Toll Amount",
|
||||
"placeholder": "€1, $5, ¥10…"
|
||||
"placeholder": "1 EUR, 5 USD, 10 JPY…"
|
||||
},
|
||||
"check_date": {
|
||||
"label": "Last Checked Date"
|
||||
|
||||
Reference in New Issue
Block a user