diff --git a/README.md b/README.md index d6ccf253..a7417082 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ let searchlimit = 30 let scrollstep = 70 let barposition = "bottom" -let locale = "uk" " Current choices are 'jp' and 'uk'. This allows cVim to use sites like google.co.uk +let locale = "uk" " Current choices are 'de', 'jp' and 'uk'. This allows cVim to use sites like google.co.uk " or google.co.jp to search rather than google.com. Support is currently limited. " Let me know if you need a different locale for one of the completion/search engines let hintcharacters = "abc123" diff --git a/content_scripts/complete.js b/content_scripts/complete.js index 0adf9c9d..6bccd97d 100644 --- a/content_scripts/complete.js +++ b/content_scripts/complete.js @@ -18,6 +18,12 @@ var Complete = { locales: { + de: { + tld: 'de', + requestUrl: ['google', 'youtube'], + baseUrl: ['google', 'youtube'], + apiUrl: ['google', 'youtube'] + }, uk: { tld: 'co.uk', requestUrl: ['google', 'youtube'],