-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcountries.json
More file actions
29 lines (29 loc) · 791 Bytes
/
countries.json
File metadata and controls
29 lines (29 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"countries": {
"br": {
"flag": "https://upload.wikimedia.org/wikipedia/en/0/05/Flag_of_Brazil.svg",
"aliases": [
"brazil",
"brasil"
]
},
"nl": {
"flag": "https://upload.wikimedia.org/wikipedia/commons/2/20/Flag_of_the_Netherlands.svg",
"aliases": [
"netherlands",
"the netherlands",
"nederland"
]
},
"be": {
"flag": "https://upload.wikimedia.org/wikipedia/commons/6/65/Flag_of_Belgium.svg",
"aliases": [
"belgium",
"belgie",
"belgië",
"belgique",
"belgien"
]
}
}
}