We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f3ece commit d724672Copy full SHA for d724672
conf/countries/worldwide.yaml
@@ -643,6 +643,8 @@ FM:
643
# Faroe Islands
644
FO:
645
address_template: *generic1
646
+ postformat_replace:
647
+ - ["Territorial waters of Faroe Islands","Faroe Islands"]
648
649
# France
650
FR:
testcases/countries/fo.yaml
@@ -0,0 +1,20 @@
1
+# Faroe Islands
2
+---
3
+description: Bank in Tórshavn, 62.01111,-6.77396
4
+components:
5
+ bank: Bank Nordik
6
+ country: Territorial waters of Faroe Islands
7
+ country_code: fo
8
+ house_number: 17
9
+ postcode: 100
10
+ road: Steinagøta
11
+ state: Streymoy region
12
+ town: Tórshavn
13
+expected: |
14
+ Bank Nordik
15
+ Steinagøta 17
16
+ 100 Tórshavn
17
+ Faroe Islands
18
+
19
20
0 commit comments