You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Multi-Language Content (v2)](https://moodle.org/plugins/filter_multilang2) is a dependency of this plugin and will not work without it.
93
97
94
98
## Configuration
@@ -143,7 +147,20 @@ Usually the default as set below should work fine with Moodle activity content.
143
147
144
148
##### Glossaries
145
149
*Glossaries' content have to be sent by other means than this plugin, but it is in our todo list to add an interface for that here.*
146
-
DeepL's Glossary ID's are saved by course id + source/target lang pairs in the Cookie for now.
150
+
151
+
##### ®Rephrase (NEW since v1.6)
152
+
This is a Pro feature that will rephrase the source text.
153
+
__This is not available with the free API key.__
154
+
155
+
Text improvement is beta and currently supported for the following target languages:
156
+
- de,
157
+
- en-GB, en-US,
158
+
- es,
159
+
- fr,
160
+
- it,
161
+
- pt-BR, pt-PT.
162
+
For German and english (de, en-GB and en-US) there are some options to choose from to define the tone or writing style.
163
+

147
164
148
165
#### Other setting
149
166
@@ -156,6 +173,9 @@ This setting's default in the editor can be set in the plugin [admin page](#admi
156
173
157
174

158
175
176
+
#### Cookie (NEW since v1.6)
177
+
All of the advanced settings are saved by course id + source/target lang pairs in the Cookie for one month (each call for sevices resets it).
178
+
159
179
### Language selection
160
180
161
181
#### Deepl language list vs Moodle's
@@ -197,7 +217,7 @@ To change the source language you'd change Moodle's lang.
197
217
It is important, from a translation standpoint, to **select the source language from the language it was initially written** (and to stick with it).
198
218
199
219
When first translating your content the plugin will insert ```{mlang other}Your Content...{mlang}``` tags .
200
-
Please checkout the [mlang docs](https://moodle.org/plugins/filter_multilang2) if you are not familiar with Moodle's MLANG concept more.
220
+
Please check out the [mlang docs](https://moodle.org/plugins/filter_multilang2) if you are not familiar with Moodle's MLANG concept more.
201
221
202
222

203
223
@@ -206,12 +226,26 @@ Please checkout the [mlang docs](https://moodle.org/plugins/filter_multilang2) i
206
226
To change the language you want to translate to, choose a language from the **Target language {mlang XX}** dropdown.
207
227
Note: indeed you cannot translate from and to the same language so buttons and checkboxes would be disabled if so.
208
228
209
-
#### Unsupported
229
+
#### ® Rephrasing (text improvement) (NEW since v1.6)
230
+
231
+
DeepL API pro account can now use the rephrase feature to improve the source text.
232
+
233
+
When selecting a target language that is supported and that is the same as the source language, the ® sign will be enabled in front of the target languages.
234
+

235
+
236
+
When you selected a target language and a field has outstanding content in another source language than the ® sign will display in front of the single source.
0 commit comments