Skip to content

Commit 3585cf4

Browse files
committed
added disclaimers
1 parent 7a339d8 commit 3585cf4

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

docs/learning-how-tos/examples-and-guides/translating-between-variants.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ description: "Learn how to translate between variants of the same language, such
44
public: true
55
---
66

7-
You can use the DeepL API to translate between variants of the same language (for example, `pt-PT` to `pt-BR` or `en-US` to `en-GB`) using several methods:
7+
The DeepL API can translate between variants of the same language (for example, from pt-PT to pt-BR or from en-US to en-GB) using a few methods:
88

9-
- **[Write/Rephrase endpoint](/api-reference/improve-text)**: Rephrases text into the target language variant.
9+
- **[Write/Rephrase endpoint](/api-reference/improve-text)**: Rephrases text into the target language variant. This method is fully supported.
1010

11-
- **[Style rules](/api-reference/style-rules)**: Create a custom style rule and apply it using the [style_id](/api-reference/translate/request-translation#body-style-id) parameter.
11+
<Info>
12+
While preliminary testing has yielded positive results for the methods outlined below, please note that they are not fully supported and may not always perform as intended. We encourage you to conduct your own evaluations tailored to your specific use case.
1213

13-
<Info>Both glossaries and style rules are unique to each of DeepL's global data centers and are not shared between them. Clients using the api-us.deepl.com endpoint will not be able to access glossaries or style rules created in the UI at this time.</Info>
14+
Both glossaries and style rules are unique to each of DeepL's global data centers and are not shared between them. Clients using the api-us.deepl.com endpoint will not be able to access glossaries or style rules created in the UI at this time.
15+
</Info>
1416

15-
- **[Custom instructions](/api-reference/translate/request-translation#body-custom-instructions)**: Add instructions like "translate to British English" to your `/translate` request. You can specify up to 10 custom instructions, each with a maximum of 300 characters.
17+
- **[Style rules](/api-reference/style-rules)**: Create a custom style rule in the UI such as “translate to British English” and apply it using the [style_id](/api-reference/translate/request-translation#body-style-id) parameter.
18+
19+
- **[Custom instructions](/api-reference/translate/request-translation#body-custom-instructions)**: Add instructions like "translate to British English" to your `/translate` request. You can specify up to 10 custom instructions in conjunction, each with a maximum of 300 characters.
1620

1721
## Example: Converting American English to British English
1822

0 commit comments

Comments
 (0)