diff options
author | Martin Fischer <martin@push-f.com> | 2021-03-03 13:00:00 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-03-03 13:18:38 +0100 |
commit | cce026e9f8e414ea7c51e885983d3a0757822588 (patch) | |
tree | 503d4275dc38eb24f408824f6e28d445f176a388 | |
parent | 4d43e952fff25b5b131e8699858da663a5ac2c42 (diff) |
add rs and ru
-rw-r--r-- | countries.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/countries.json b/countries.json index ec7dc26..675be13 100644 --- a/countries.json +++ b/countries.json @@ -143,6 +143,14 @@ "name": "Romania", "search_url": "http://legislatie.just.ro/Public/RezultateCautare?titlu=%s" }, + "rs": { + "name": "Serbia", + "search_url": "https://www.pravno-informacioni-sistem.rs/reg-search?q=%s" + }, + "ru": { + "name": "Russia", + "search_url": "http://pravo.gov.ru/proxy/ips/?searchres=&bpas=cd00000&sort=-1&intelsearch=%s" + }, "se": { "name": "Sweden", "search_url": "https://www.riksdagen.se/sv/global/sok/?doktyp=sfs&q=%s" |