diff options
author | Martin Fischer <martin@push-f.com> | 2021-03-05 07:15:10 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-03-05 07:29:39 +0100 |
commit | 00291105fc53c82168d8ca6e0f3884e38e010c3c (patch) | |
tree | 1c3448281405dc154ab9f0f8950e579ba6d77fa2 | |
parent | d5ae42fa1d63749de5ac332c83fd62c51eaaa5e2 (diff) |
add Belarus and Pakistan and Philippines
-rw-r--r-- | countries.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/countries.json b/countries.json index 5ad6c3a..d7f8cc1 100644 --- a/countries.json +++ b/countries.json @@ -35,6 +35,10 @@ "name": "Brazil", "search_url": "https://legislacao.presidencia.gov.br/" }, + "by": { + "name": "Belarus", + "search_url": "https://etalonline.by/kodeksy/" + }, "ca": { "name": "Canada", "search_url": "https://laws-lois.justice.gc.ca/Search/Search.aspx?txtS3archA11=%s" @@ -147,6 +151,14 @@ "name": "Peru", "search_url": "https://leyes.congreso.gob.pe/LeyNume_1p.aspx?xEstado=2&xTipoBusqueda=3&xTexto=%s" }, + "ph": { + "name": "Philippines", + "search_url": "https://www.officialgazette.gov.ph/the-philippine-legal-codes/" + }, + "pk": { + "name": "Pakistan", + "search_url": "http://www.punjablaws.gov.pk/index6.html" + }, "pl": { "name": "Poland", "search_url": "http://isap.sejm.gov.pl/isap.nsf/search.xsp?status=O&title=%s" |