Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorThomas Schmid <schmid-thomas@gmx.net>2020-04-19 16:18:27 +0300
committerThomas Schmid <schmid-thomas@gmx.net>2020-04-19 16:18:27 +0300
commit96fe5e0de70e2d9a68b4ba35e545748f577fdaa7 (patch)
treec608488c0fdb5b0e52bd540a2a01b158c0317a2c /FAQ.md
parentb1f3a09980270b7bf0f00350e23717a19eedc807 (diff)
Use the system language and fall back to en-US
#203
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
new file mode 100644
index 00000000..f7e0333d
--- /dev/null
+++ b/FAQ.md
@@ -0,0 +1,20 @@
+# FAQ
+
+## Change Application Language
+
+The app uses your operating system language by default.
+
+You can override this via the command line argument "lang".
+
+But keep in mind the language needs to be [supported by electron](https://www.electronjs.org/docs/api/locales)
+and the [sieve application](https://crowdin.com/project/sieve).
+
+In case the language is not supported it will fallback to english.
+
+## Change WebExtension Language
+
+The WebExtension will use Thunderbird's default language.
+
+In case the language is [not supported by the webextension](https://crowdin.com/project/sieve) it will fallback to english.
+
+Thunderbird's default language can be changed in the "Options" select there "Advanced" and locate the "Language" dropdown. Setting languages is only possible on official Thunderbird releases. Nightly version support only en-US. \ No newline at end of file