Merge pull request #254 from timharek/master
Add redirect for Norwegian Google Translate
This commit is contained in:
commit
049f71fd71
|
@ -1,4 +1,4 @@
|
|||
const targets = ["translate.google.com"];
|
||||
const targets = ["translate.google.com", "translate.google.no"];
|
||||
|
||||
const redirects = ["https://translate.metalune.xyz"];
|
||||
|
||||
|
|
Loading…
Reference in New Issue