diff options
-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" |