mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Updated FAQ
This commit is contained in:
parent
30850eaf85
commit
52f1d48e07
2 changed files with 10 additions and 16 deletions
6
FAQ.md
6
FAQ.md
|
@ -5186,10 +5186,12 @@ DeepL offers free translation of 500,000 characters (~100,000 words; ~250 pages)
|
|||
1. Make sure you have the latest version of the app installed
|
||||
1. Check if [DeepL](https://www.deepl.com/) supports your language
|
||||
1. Enable DeepL support in the integration settings
|
||||
1. [Sign up](https://www.deepl.com/en/signup) to use **DeepL API Free** (credit card required for verification; won't be charged)
|
||||
1. [Copy](https://www.deepl.com/pro-account/plan) the authentication key
|
||||
1. [Sign up](https://www.deepl.com/en/signup) to use [DeepL API Free](https://www.deepl.com/en/pro-api) "*Get started for free*" (credit card required for verification; won't be charged)
|
||||
1. [Copy](https://www.deepl.com/en/your-account/keys) the authentication key
|
||||
1. In the message composer tap on the translate button (文A) in the top action bar, select *Configure* and paste the key
|
||||
|
||||
Note that DeepL seems to be hiding the DeepL API Free plan. It is still there, though!
|
||||
|
||||
This feature requires an internet connection.
|
||||
|
||||
Note that you can't use [the regular pro plans](https://www.deepl.com/pro).
|
||||
|
|
20
index.html
20
index.html
|
@ -8,19 +8,10 @@
|
|||
<style>
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||
div.column{flex: auto; overflow-x: auto;}
|
||||
span.underline{text-decoration: underline;}
|
||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||
/* The extra [class] is a hack that increases specificity enough to
|
||||
override a similar rule in reveal.js */
|
||||
ul.task-list[class]{list-style: none;}
|
||||
ul.task-list li input[type="checkbox"] {
|
||||
font-size: inherit;
|
||||
width: 0.8em;
|
||||
margin: 0 0.8em 0.2em -1.6em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||
ul.task-list{list-style: none;}
|
||||
</style>
|
||||
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png">
|
||||
<meta name="theme-color" content="#006db3">
|
||||
|
@ -2629,10 +2620,11 @@ https://favicon.yandex.net/favicon/{domain}</code></pre>
|
|||
<li>Make sure you have the latest version of the app installed</li>
|
||||
<li>Check if <a href="https://www.deepl.com/">DeepL</a> supports your language</li>
|
||||
<li>Enable DeepL support in the integration settings</li>
|
||||
<li><a href="https://www.deepl.com/en/signup">Sign up</a> to use <strong>DeepL API Free</strong> (credit card required for verification; won’t be charged)</li>
|
||||
<li><a href="https://www.deepl.com/pro-account/plan">Copy</a> the authentication key</li>
|
||||
<li><a href="https://www.deepl.com/en/signup">Sign up</a> to use <a href="https://www.deepl.com/en/pro-api">DeepL API Free</a> “<em>Get started for free</em>” (credit card required for verification; won’t be charged)</li>
|
||||
<li><a href="https://www.deepl.com/en/your-account/keys">Copy</a> the authentication key</li>
|
||||
<li>In the message composer tap on the translate button (文A) in the top action bar, select <em>Configure</em> and paste the key</li>
|
||||
</ol>
|
||||
<p>Note that DeepL seems to be hiding the DeepL API Free plan. It is still there, though!</p>
|
||||
<p>This feature requires an internet connection.</p>
|
||||
<p>Note that you can’t use <a href="https://www.deepl.com/pro">the regular pro plans</a>. The error <em>403 forbidden</em> means that the key and/or plan in invalid.</p>
|
||||
<p>Note that when reading a message, you can use the horizontal three-dots menu to translate too. If you use this frequently, you can configure a button for this.</p>
|
||||
|
|
Loading…
Reference in a new issue