Skip to content

Commit

Permalink
Merge pull request #25 from annexare/langs-24
Browse files Browse the repository at this point in the history
Update languages for BV and MY countries
  • Loading branch information
Z-AX authored Mar 30, 2018
2 parents 97e1f4a + 37a76f2 commit 7f14cf5
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 17 deletions.
10 changes: 8 additions & 2 deletions data/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,11 @@
"continent": "AN",
"capital": "",
"currency": "NOK",
"languages": []
"languages": [
"no",
"nb",
"nn"
]
},
"BW": {
"name": "Botswana",
Expand Down Expand Up @@ -1805,7 +1809,9 @@
"continent": "AS",
"capital": "Kuala Lumpur",
"currency": "MYR",
"languages": []
"languages": [
"ms"
]
},
"MZ": {
"name": "Mozambique",
Expand Down
4 changes: 2 additions & 2 deletions dist/countries.csv
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"BR","Brazil","Brasil","55","South America","Brasília","BRL","pt"
"BS","Bahamas","Bahamas","1242","North America","Nassau","BSD","en"
"BT","Bhutan","ʼbrug-yul","975","Asia","Thimphu","BTN,INR","dz"
"BV","Bouvet Island","Bouvetøya","47","Antarctica","","NOK",""
"BV","Bouvet Island","Bouvetøya","47","Antarctica","","NOK","no,nb,nn"
"BW","Botswana","Botswana","267","Africa","Gaborone","BWP","en,tn"
"BY","Belarus","Белару́сь","375","Europe","Minsk","BYR","be,ru"
"BZ","Belize","Belize","501","North America","Belmopan","BZD","en,es"
Expand Down Expand Up @@ -156,7 +156,7 @@
"MV","Maldives","Maldives","960","Asia","Malé","MVR","dv"
"MW","Malawi","Malawi","265","Africa","Lilongwe","MWK","en,ny"
"MX","Mexico","México","52","North America","Mexico City","MXN","es"
"MY","Malaysia","Malaysia","60","Asia","Kuala Lumpur","MYR",""
"MY","Malaysia","Malaysia","60","Asia","Kuala Lumpur","MYR","ms"
"MZ","Mozambique","Moçambique","258","Africa","Maputo","MZN","pt"
"NA","Namibia","Namibia","264","Africa","Windhoek","NAD,ZAR","en,af"
"NC","New Caledonia","Nouvelle-Calédonie","687","Oceania","Nouméa","XPF","fr"
Expand Down
10 changes: 8 additions & 2 deletions dist/countries.emoji.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,11 @@
"continent": "AN",
"capital": "",
"currency": "NOK",
"languages": [],
"languages": [
"no",
"nb",
"nn"
],
"emoji": "🇧🇻",
"emojiU": "U+1F1E7 U+1F1FB"
},
Expand Down Expand Up @@ -2119,7 +2123,9 @@
"continent": "AS",
"capital": "Kuala Lumpur",
"currency": "MYR",
"languages": [],
"languages": [
"ms"
],
"emoji": "🇲🇾",
"emojiU": "U+1F1F2 U+1F1FE"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/countries.emoji.min.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions dist/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,11 @@
"continent": "AN",
"capital": "",
"currency": "NOK",
"languages": []
"languages": [
"no",
"nb",
"nn"
]
},
"BW": {
"name": "Botswana",
Expand Down Expand Up @@ -1805,7 +1809,9 @@
"continent": "AS",
"capital": "Kuala Lumpur",
"currency": "MYR",
"languages": []
"languages": [
"ms"
]
},
"MZ": {
"name": "Mozambique",
Expand Down
2 changes: 1 addition & 1 deletion dist/countries.min.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions dist/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,11 @@
"continent": "AN",
"capital": "",
"currency": "NOK",
"languages": [],
"languages": [
"no",
"nb",
"nn"
],
"emoji": "🇧🇻",
"emojiU": "U+1F1E7 U+1F1FB"
},
Expand Down Expand Up @@ -2129,7 +2133,9 @@
"continent": "AS",
"capital": "Kuala Lumpur",
"currency": "MYR",
"languages": [],
"languages": [
"ms"
],
"emoji": "🇲🇾",
"emojiU": "U+1F1F2 U+1F1FE"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/data.min.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ INSERT INTO `countries` (`code`, `name`, `native`, `phone`, `continent`, `capita
('BR', 'Brazil', 'Brasil', '55', 'SA', 'Brasília', 'BRL', 'pt'),
('BS', 'Bahamas', 'Bahamas', '1242', 'NA', 'Nassau', 'BSD', 'en'),
('BT', 'Bhutan', 'ʼbrug-yul', '975', 'AS', 'Thimphu', 'BTN,INR', 'dz'),
('BV', 'Bouvet Island', 'Bouvetøya', '47', 'AN', '', 'NOK', ''),
('BV', 'Bouvet Island', 'Bouvetøya', '47', 'AN', '', 'NOK', 'no,nb,nn'),
('BW', 'Botswana', 'Botswana', '267', 'AF', 'Gaborone', 'BWP', 'en,tn'),
('BY', 'Belarus', 'Белару́сь', '375', 'EU', 'Minsk', 'BYR', 'be,ru'),
('BZ', 'Belize', 'Belize', '501', 'NA', 'Belmopan', 'BZD', 'en,es'),
Expand Down Expand Up @@ -311,7 +311,7 @@ INSERT INTO `countries` (`code`, `name`, `native`, `phone`, `continent`, `capita
('MV', 'Maldives', 'Maldives', '960', 'AS', 'Malé', 'MVR', 'dv'),
('MW', 'Malawi', 'Malawi', '265', 'AF', 'Lilongwe', 'MWK', 'en,ny'),
('MX', 'Mexico', 'México', '52', 'NA', 'Mexico City', 'MXN', 'es'),
('MY', 'Malaysia', 'Malaysia', '60', 'AS', 'Kuala Lumpur', 'MYR', ''),
('MY', 'Malaysia', 'Malaysia', '60', 'AS', 'Kuala Lumpur', 'MYR', 'ms'),
('MZ', 'Mozambique', 'Moçambique', '258', 'AF', 'Maputo', 'MZN', 'pt'),
('NA', 'Namibia', 'Namibia', '264', 'AF', 'Windhoek', 'NAD,ZAR', 'en,af'),
('NC', 'New Caledonia', 'Nouvelle-Calédonie', '687', 'OC', 'Nouméa', 'XPF', 'fr'),
Expand Down
2 changes: 1 addition & 1 deletion dist/index.es5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/minimal/countries.minimal.min.json

Large diffs are not rendered by default.

0 comments on commit 7f14cf5

Please sign in to comment.