From 7caf87013d4d772598787009508525bb81b7cee1 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 26 Apr 2022 10:17:25 -0500 Subject: [PATCH] Add auto translate URL to locale config --- config/locale.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/locale.json b/config/locale.json index 6fd555be..964a1798 100644 --- a/config/locale.json +++ b/config/locale.json @@ -1,6 +1,7 @@ { "apiEmail": "example@example.com", - "defaultLanguage": "en", + "defaultLanguageId": 0, + "translateURL": "http://api.mymemory.translated.net/get?de={3}&q={0}&langpair={1}|{2}", "locales": [ { "englishName": "English",