Skip to content

Commit 7cc4c38

Browse files
committed
[B2B-1153] Add RO as glossary language
1 parent a279605 commit 7cc4c38

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ number is used only for corrections to the OpenAPI specification, for example:
1010
typos, schema fixes, or adding examples.
1111

1212

13+
## [2.15.0] - 2024-07-03
14+
### Added
15+
* Add supported glossary language: Romanian (`ro`).
16+
17+
1318
## [2.14.1] - 2024-06-18
1419
### Changed
1520
* Text translation `context` parameter is now generally available (was alpha).
@@ -136,6 +141,7 @@ typos, schema fixes, or adding examples.
136141
Initial release of the OpenAPI specification.
137142

138143

144+
[2.15.0]: https://github.com/DeepLcom/openapi/compare/v2.14.1...v2.15.0
139145
[2.14.1]: https://github.com/DeepLcom/openapi/compare/v2.14.0...v2.14.1
140146
[2.14.0]: https://github.com/DeepLcom/openapi/compare/v2.13.0...v2.14.0
141147
[2.13.0]: https://github.com/DeepLcom/openapi/compare/v2.12.0...v2.13.0

Diff for: openapi.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "DeepL - Contact us",
99
"url": "https://www.deepl.com/contact-us"
1010
},
11-
"version": "2.14.1"
11+
"version": "2.15.0"
1212
},
1313
"externalDocs": {
1414
"description": "DeepL Pro - Plans and pricing",
@@ -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 [email protected].\n\nThe DeepL API supports glossaries in any combination of two languages from the following list, enabling a total of\n105 possible glossary language pairs:\n\n- DA (Danish)\n- DE (German)\n- EN (English)\n- ES (Spanish)\n- FR (French)\n- IT (Italian)\n- JA (Japanese)\n- KO (Korean)\n- NB (Norwegian (bokm\u00e5l))\n- NL (Dutch)\n- PL (Polish)\n- PT (Portuguese)\n- RU (Russian)\n- SV (Swedish)\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 [email protected].\n\nThe DeepL API supports glossaries in any combination of two languages from the following list, enabling a total of\n120 possible glossary language pairs:\n\n- DA (Danish)\n- DE (German)\n- EN (English)\n- ES (Spanish)\n- FR (French)\n- IT (Italian)\n- JA (Japanese)\n- KO (Korean)\n- NB (Norwegian (bokm\u00e5l))\n- NL (Dutch)\n- PL (Polish)\n- PT (Portuguese)\n- RO (Romanian)\n- RU (Russian)\n- SV (Swedish)\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",
@@ -1793,6 +1793,7 @@
17931793
"nl",
17941794
"pl",
17951795
"pt",
1796+
"ro",
17961797
"ru",
17971798
"sv",
17981799
"zh"
@@ -1815,6 +1816,7 @@
18151816
"nl",
18161817
"pl",
18171818
"pt",
1819+
"ro",
18181820
"ru",
18191821
"sv",
18201822
"zh"

Diff for: openapi.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
contact:
88
name: DeepL - Contact us
99
url: https://www.deepl.com/contact-us
10-
version: 2.14.1
10+
version: 2.15.0
1111
externalDocs:
1212
description: DeepL Pro - Plans and pricing
1313
url: https://www.deepl.com/pro#developer?cta=header-prices/
@@ -54,7 +54,7 @@ tags:
5454
If you encounter issues, please let us know at [email protected].
5555
5656
The DeepL API supports glossaries in any combination of two languages from the following list, enabling a total of
57-
105 possible glossary language pairs:
57+
120 possible glossary language pairs:
5858
5959
- DA (Danish)
6060
- DE (German)
@@ -68,6 +68,7 @@ tags:
6868
- NL (Dutch)
6969
- PL (Polish)
7070
- PT (Portuguese)
71+
- RO (Romanian)
7172
- RU (Russian)
7273
- SV (Swedish)
7374
- ZH (Chinese)
@@ -1426,6 +1427,7 @@ components:
14261427
- nl
14271428
- pl
14281429
- pt
1430+
- ro
14291431
- ru
14301432
- sv
14311433
- zh
@@ -1446,6 +1448,7 @@ components:
14461448
- nl
14471449
- pl
14481450
- pt
1451+
- ro
14491452
- ru
14501453
- sv
14511454
- zh

Diff for: openapi_gitbook.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ info:
99
contact:
1010
name: DeepL - Contact us
1111
url: https://www.deepl.com/contact-us
12-
version: 2.14.1
12+
version: 2.15.0
1313
externalDocs:
1414
description: DeepL Pro - Plans and pricing
1515
url: https://www.deepl.com/pro#developer?cta=header-prices/
@@ -41,7 +41,7 @@ tags:
4141
If you encounter issues, please let us know at [email protected].
4242
4343
The DeepL API supports glossaries in any combination of two languages from the following list, enabling a total of
44-
105 possible glossary language pairs:
44+
120 possible glossary language pairs:
4545
4646
- DA (Danish)
4747
- DE (German)
@@ -55,6 +55,7 @@ tags:
5555
- NL (Dutch)
5656
- PL (Polish)
5757
- PT (Portuguese)
58+
- RO (Romanian)
5859
- RU (Russian)
5960
- SV (Swedish)
6061
- ZH (Chinese)
@@ -1278,6 +1279,7 @@ components:
12781279
- nl
12791280
- pl
12801281
- pt
1282+
- ro
12811283
- ru
12821284
- sv
12831285
- zh
@@ -1298,6 +1300,7 @@ components:
12981300
- nl
12991301
- pl
13001302
- pt
1303+
- ro
13011304
- ru
13021305
- sv
13031306
- zh

0 commit comments

Comments
 (0)