You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gtfs.yml
+22-3Lines changed: 22 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -629,9 +629,28 @@
629
629
inputType: DROPDOWN
630
630
bulkEditEnabled: true
631
631
options:
632
-
- value: 'USD'
633
-
- value: 'EUR'
634
-
- value: 'GBP'
632
+
- value: USD
633
+
text: US dollar (USD)
634
+
- value: AUD
635
+
text: Australian dollar (AUD)
636
+
- value: CAD
637
+
text: Canadian dollar (CAD)
638
+
- value: CHF
639
+
text: Swiss franc (CHF)
640
+
- value: CNH
641
+
text: Chinese renminbi (CNH)
642
+
- value: EUR
643
+
text: Euro (EUR)
644
+
- value: GBP
645
+
text: Pound sterling (GBP)
646
+
- value: JPY
647
+
text: Japanese yen (JPY)
648
+
- value: MXN
649
+
text: Mexican peso (MXN)
650
+
- value: NZD
651
+
text: New Zealand dollar (NZD)
652
+
- value: SEK
653
+
text: Swedish krona (SEK)
635
654
columnWidth: 12
636
655
helpContent: "The currency_type field defines the currency used to pay the fare. Please use the ISO 4217 alphabetical currency codes which can be found at the following URL:http://en.wikipedia.org/wiki/ISO_4217."
0 commit comments