about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-10-04 21:45:39 +0100
committerHygna <hygna@proton.me>2022-10-04 21:50:01 +0100
commitcd01a7083ced7f53c4d87e604f4edadce64ca49e (patch)
tree5f7b5e3c15caa67011bb2be59af12aae470dd3e4 /src/config
parentRestored utils.js (diff)
downloadlibredirect-cd01a7083ced7f53c4d87e604f4edadce64ca49e.zip
Added LibreTranslate
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.json4
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"],