From 2bd79470069981e87fa95ff1fdb6f2ae483911fd Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sat, 9 Oct 2021 10:33:21 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3299bb..052e5af 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ docker-compose up -d --build | --api-keys | Enable API keys database for per-user rate limits lookup | `Don't use API keys` | LT_API_KEYS | | --require-api-key-origin | Require use of an API key for programmatic access to the API, unless the request origin matches this domain | `No restrictions on domain origin` | LT_REQUIRE_API_KEY_ORIGIN | | --load-only | Set available languages | `all from argostranslate` | LT_LOAD_ONLY | +| --suggestions | Allow user suggestions | `false` | LT_SUGGESTIONS | Note that each argument has an equivalent env. variable that can be used instead. The env. variables overwrite the default values but have lower priority than the command aguments. They are particularly useful if used with Docker. Their name is the upper-snake case of the command arguments' ones, with a `LT` prefix. From 9e25c74ea5a659492887150fd9275496b50d2753 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Mon, 18 Oct 2021 15:03:35 -0300 Subject: [PATCH 2/3] Add mention to mobile app in F-Droid store --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 052e5af..04928f7 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ Then issue `./launcher rebuild app`. From the Discourse's admin panel then selec ## Mobile Apps -- [LibreTranslater](https://gitlab.com/BeowuIf/libretranslater) is an Android app available on the Play Store (https://play.google.com/store/apps/details?id=de.beowulf.libretranslater) that uses the LibreTranslate API. +- [LibreTranslater](https://gitlab.com/BeowuIf/libretranslater) is an Android app available on the Play Store (https://play.google.com/store/apps/details?id=de.beowulf.libretranslater) and in F-Droid store (https://f-droid.org/packages/de.beowulf.libretranslater/) that uses the LibreTranslate API. ## Web browser - [minbrowser](https://minbrowser.org/) is a web browser with [integrated LibreTranslate support](https://github.com/argosopentech/argos-translate/discussions/158#discussioncomment-1141551). From 18ea0bae91306422dd6a8009ac06366664f7fa6e Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 25 Oct 2021 01:40:35 -0400 Subject: [PATCH 3/3] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 08bde95..04b3263 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,9 +1,9 @@ **************************************** -First of all, thank you for taking the time to report an issue. +Please do NOT ask question about LibreTranslate here! We have a forum at https://community.libretranslate.com for questions. -For installation problems, questions, server configuration problems and feature requests, please open a topic on http://community.libretranslate.com +Please open an issue only to report faults and bugs. -Please open an issue only to report faults and bugs! +For feature requests, please open pull requests directly! We accept all kinds of contributions. If you don't know how to code, you can still provide feedback, but please offer to contribute something (how are you going to help the project develop the feature?) -PLEASE REMOVE THIS NOTE AFTER READING IT! +Remove these lines after reading it ****************************************