Merge pull request #254 from timharek/master

Add redirect for Norwegian Google Translate
This commit is contained in:
Simon Brazell 2021-07-16 23:08:03 +10:00 committed by GitHub
commit 049f71fd71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const targets = ["translate.google.com"];
const targets = ["translate.google.com", "translate.google.no"];
const redirects = ["https://translate.metalune.xyz"];