Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api-reference/multilingual-glossaries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ description: "Manage and use DeepL glossaries"
</Info>



## Overview

The `glossaries` endpoints let you work with [DeepL glossaries](https://support.deepl.com/hc/en-us/articles/360021634540-About-the-glossary), which let you specify specific translations for words or short phrases. Each glossary contains a mapping of source phrases to target phrases. During translation, DeepL intelligently flexes entries to account for case, gender, tense, and other grammar features (if the target language has flexion).
Expand All @@ -37,7 +36,8 @@ Note that this mapping occurs only in one direction, which is all you need durin
| exquisito | delicieux |
| mouse | mouse |

Both glossaries and style rules are unique to each global data center and are not shared between them.
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.


## Creating glossaries

Expand Down
2 changes: 1 addition & 1 deletion api-reference/style-rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The style rules feature allows you to select a set of rules to apply when transl

You can create style rules in the UI at [https://deepl.com/custom-rules](https://deepl.com/custom-rules).

Both style rules and glossaries are unique to each global data center and are not shared between them.
Both style rules and glossaries 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.

### Get all style rule lists
Get all style rules lists and their meta-information.
Expand Down