Skip to content

Commit

Permalink
chore: update default libre translate engine (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdbhb59 authored Jan 10, 2025
1 parent 868ad71 commit 540e266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/bnyro/translate/api/lt/LTEngine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import com.bnyro.translate.util.TranslationEngine

class LTEngine : TranslationEngine(
name = "LibreTranslate",
defaultUrl = "https://translate.terraprint.co/",
defaultUrl = "https://translate.flossboxin.org.in/",
urlModifiable = true,
apiKeyState = ApiKeyState.OPTIONAL,
autoLanguageCode = "auto"
Expand Down

0 comments on commit 540e266

Please sign in to comment.