diff options
| -rw-r--r-- | countries.json | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/countries.json b/countries.json index 66b6975..5e330cc 100644 --- a/countries.json +++ b/countries.json @@ -7,6 +7,10 @@  		"name": "Armenia",  		"search_url": "http://www.parliament.am/search.php?where=laws&what=%s"  	}, +	"ar": { +		"name": "Argentina", +		"search_url": "https://www.boletinoficial.gob.ar/busquedaAvanzada/primera" +	},  	"at": {  		"name": "Austria",  		"search_url": "https://www.ris.bka.gv.at/Ergebnis.wxe?Abfrage=Gesamtabfrage&Suchworte=%s" | 
