diff options
author | Hygna <hygna@proton.me> | 2022-10-04 21:45:39 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-04 21:50:01 +0100 |
commit | cd01a7083ced7f53c4d87e604f4edadce64ca49e (patch) | |
tree | 5f7b5e3c15caa67011bb2be59af12aae470dd3e4 /src/config | |
parent | Restored utils.js (diff) | |
download | libredirect-cd01a7083ced7f53c4d87e604f4edadce64ca49e.zip |
Added LibreTranslate
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/config.json b/src/config/config.json index 09c95bbb..fde17a02 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -496,6 +496,10 @@ }, "name": "Lingva Translate", "instanceList": true + }, + "libreTranslate": { + "name": "LibreTranslate", + "instanceList": true } }, "targets": ["^https?:\\/{2}translate\\.google(\\.[a-z]{2,3}){1,2}\\/", "^https?:\\/{2}translate\\.libredirect\\.invalid"], |