Skip to content

Commit 2cb71e1

Browse files
Add Korean (ko) as supported language for glossaries
1 parent b6c61fd commit 2cb71e1

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

openapi.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"name": "ManageGlossaries",
38-
"description": "The *glossary* functions allow you to create, inspect, and delete glossaries.\nGlossaries created with the glossary function can be used in translate requests by specifying the\n`glossary_id` parameter.\nIf you encounter issues, please let us know at support@DeepL.com.\n\nThe DeepL API supports glossaries in any combination of two languages from the following list, enabling a total of\n55 possible glossary language pairs:\n\n- DE (German)\n- EN (English)\n- ES (Spanish)\n- FR (French)\n- IT (Italian)\n- JA (Japanese)\n- NL (Dutch)\n- PL (Polish)\n- PT (Portuguese)\n- RU (Russian)\n- ZH (Chinese)\n\nThe maximum size limit for a glossary is 10 MiB = 10485760 bytes and each source/target text,\nas well as the name of the glossary, is limited to 1024 UTF-8 bytes.\nA total of 1000 glossaries are allowed per account.\n\nWhen creating a glossary with target language `EN` or `PT`, it's not necessary to specify a variant (e.g. `EN-US`, `EN-GB`, `PT-PT` or `PT-BR`).\nGlossaries with target language `EN` can be used in translations with either English variant.\nSimilarly `PT` glossaries can be used in translations with either Portuguese variant.\n\n\nGlossaries created via the DeepL API are distinct from glossaries created via the DeepL website and DeepL apps.\nThis means API glossaries cannot be used on the website and vice versa.\n\n\n\nNote that glossaries are immutable: once created, the glossary entries for a given glossary ID cannot be modified.\n\nAs a workaround for effectively editable glossaries, we suggest to identify glossaries by name instead of ID in your application\nand then use the following procedure for modifications:\n- [download](https://www.deepl.com/docs-api/glossaries/get-glossary-entries) and store the current glossary's entries,\n- locally modify the glossary entries,\n- [delete](https://www.deepl.com/docs-api/glossaries/delete-glossary) the existing glossary,\n- [create a new glossary](https://www.deepl.com/docs-api/glossaries/create-glossary) with the same name."
38+
"description": "The *glossary* functions allow you to create, inspect, and delete glossaries.\nGlossaries created with the glossary function can be used in translate requests by specifying the\n`glossary_id` parameter.\nIf you encounter issues, please let us know at support@DeepL.com.\n\nThe DeepL API supports glossaries in any combination of two languages from the following list, enabling a total of\n66 possible glossary language pairs:\n\n- DE (German)\n- EN (English)\n- ES (Spanish)\n- FR (French)\n- IT (Italian)\n- JA (Japanese)\n- KO (Korean)\n- NL (Dutch)\n- PL (Polish)\n- PT (Portuguese)\n- RU (Russian)\n- ZH (Chinese)\n\nThe maximum size limit for a glossary is 10 MiB = 10485760 bytes and each source/target text,\nas well as the name of the glossary, is limited to 1024 UTF-8 bytes.\nA total of 1000 glossaries are allowed per account.\n\nWhen creating a glossary with target language `EN` or `PT`, it's not necessary to specify a variant (e.g. `EN-US`, `EN-GB`, `PT-PT` or `PT-BR`).\nGlossaries with target language `EN` can be used in translations with either English variant.\nSimilarly `PT` glossaries can be used in translations with either Portuguese variant.\n\n\nGlossaries created via the DeepL API are distinct from glossaries created via the DeepL website and DeepL apps.\nThis means API glossaries cannot be used on the website and vice versa.\n\n\n\nNote that glossaries are immutable: once created, the glossary entries for a given glossary ID cannot be modified.\n\nAs a workaround for effectively editable glossaries, we suggest to identify glossaries by name instead of ID in your application\nand then use the following procedure for modifications:\n- [download](https://www.deepl.com/docs-api/glossaries/get-glossary-entries) and store the current glossary's entries,\n- locally modify the glossary entries,\n- [delete](https://www.deepl.com/docs-api/glossaries/delete-glossary) the existing glossary,\n- [create a new glossary](https://www.deepl.com/docs-api/glossaries/create-glossary) with the same name."
3939
},
4040
{
4141
"name": "MetaInformation",
@@ -1810,6 +1810,7 @@
18101810
"fr",
18111811
"it",
18121812
"ja",
1813+
"ko",
18131814
"nl",
18141815
"pl",
18151816
"pt",
@@ -1828,6 +1829,7 @@
18281829
"fr",
18291830
"it",
18301831
"ja",
1832+
"ko",
18311833
"nl",
18321834
"pl",
18331835
"pt",

openapi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,15 @@ tags:
5353
If you encounter issues, please let us know at support@DeepL.com.
5454
5555
The DeepL API supports glossaries in any combination of two languages from the following list, enabling a total of
56-
55 possible glossary language pairs:
56+
66 possible glossary language pairs:
5757
5858
- DE (German)
5959
- EN (English)
6060
- ES (Spanish)
6161
- FR (French)
6262
- IT (Italian)
6363
- JA (Japanese)
64+
- KO (Korean)
6465
- NL (Dutch)
6566
- PL (Polish)
6667
- PT (Portuguese)
@@ -1443,6 +1444,7 @@ components:
14431444
- fr
14441445
- it
14451446
- ja
1447+
- ko
14461448
- nl
14471449
- pl
14481450
- pt
@@ -1459,6 +1461,7 @@ components:
14591461
- fr
14601462
- it
14611463
- ja
1464+
- ko
14621465
- nl
14631466
- pl
14641467
- pt

openapi_simplified.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,15 @@ tags:
3838
If you encounter issues, please let us know at support@DeepL.com.
3939
4040
The DeepL API supports glossaries in any combination of two languages from the following list, enabling a total of
41-
55 possible glossary language pairs:
41+
66 possible glossary language pairs:
4242
4343
- DE (German)
4444
- EN (English)
4545
- ES (Spanish)
4646
- FR (French)
4747
- IT (Italian)
4848
- JA (Japanese)
49+
- KO (Korean)
4950
- NL (Dutch)
5051
- PL (Polish)
5152
- PT (Portuguese)
@@ -1272,6 +1273,7 @@ components:
12721273
- fr
12731274
- it
12741275
- ja
1276+
- ko
12751277
- nl
12761278
- pl
12771279
- pt
@@ -1288,6 +1290,7 @@ components:
12881290
- fr
12891291
- it
12901292
- ja
1293+
- ko
12911294
- nl
12921295
- pl
12931296
- pt

0 commit comments

Comments
 (0)