Skip to content

Commit 87761e5

Browse files
committed
feat: Add latin american spanish
1 parent 4d15bb7 commit 87761e5

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3022,7 +3022,7 @@
30223022
},
30233023
"TargetLanguageText": {
30243024
"type": "string",
3025-
"description": "The language into which the text should be translated. Options currently available:\n * `AR` - Arabic\n * `BG` - Bulgarian\n * `CS` - Czech\n * `DA` - Danish\n * `DE` - German\n * `EL` - Greek\n * `EN` - English (unspecified variant for backward compatibility; please select `EN-GB` or `EN-US` instead)\n * `EN-GB` - English (British)\n * `EN-US` - English (American)\n * `ES` - Spanish\n * `ET` - Estonian\n * `FI` - Finnish\n * `FR` - French\n * `HE` - Hebrew [1]\n * `HU` - Hungarian\n * `ID` - Indonesian\n * `IT` - Italian\n * `JA` - Japanese\n * `KO` - Korean\n * `LT` - Lithuanian\n * `LV` - Latvian\n * `NB` - Norwegian (Bokm\u00e5l)\n * `NL` - Dutch\n * `PL` - Polish\n * `PT` - Portuguese (unspecified variant for backward compatibility; please select `PT-BR` or `PT-PT` instead)\n * `PT-BR` - Portuguese (Brazilian)\n * `PT-PT` - Portuguese (all Portuguese variants excluding Brazilian Portuguese)\n * `RO` - Romanian\n * `RU` - Russian\n * `SK` - Slovak\n * `SL` - Slovenian\n * `SV` - Swedish\n * `TH` - Thai [1]\n * `TR` - Turkish\n * `UK` - Ukrainian\n * `VI` - Vietnamese [1]\n * `ZH` - Chinese (unspecified variant for backward compatibility; please select `ZH-HANS` or `ZH-HANT` instead)\n * `ZH-HANS` - Chinese (simplified)\n * `ZH-HANT` - Chinese (traditional)\n\n[1] Please note that Hebrew, Thai, and Vietnamese have not yet been added to the `/languages` endpoint \nbecause they does not yet support document translation; only text translation is supported for those\nlanguages at this time. When document translation support is added for Hebrew, Thai, and Vietnamese, \nwe will a) remove this note and b) add Hebrew, Thai, and Vietnamese to the `/languages` endpoint.",
3025+
"description": "The language into which the text should be translated. Options currently available:\n * `AR` - Arabic\n * `BG` - Bulgarian\n * `CS` - Czech\n * `DA` - Danish\n * `DE` - German\n * `EL` - Greek\n * `EN` - English (unspecified variant for backward compatibility; please select `EN-GB` or `EN-US` instead)\n * `EN-GB` - English (British)\n * `EN-US` - English (American)\n * `ES` - Spanish\n * `ES-419` - Spanish (Latin American) [1]\n * `ET` - Estonian\n * `FI` - Finnish\n * `FR` - French\n * `HE` - Hebrew [1]\n * `HU` - Hungarian\n * `ID` - Indonesian\n * `IT` - Italian\n * `JA` - Japanese\n * `KO` - Korean\n * `LT` - Lithuanian\n * `LV` - Latvian\n * `NB` - Norwegian (Bokm\u00e5l)\n * `NL` - Dutch\n * `PL` - Polish\n * `PT` - Portuguese (unspecified variant for backward compatibility; please select `PT-BR` or `PT-PT` instead)\n * `PT-BR` - Portuguese (Brazilian)\n * `PT-PT` - Portuguese (all Portuguese variants excluding Brazilian Portuguese)\n * `RO` - Romanian\n * `RU` - Russian\n * `SK` - Slovak\n * `SL` - Slovenian\n * `SV` - Swedish\n * `TH` - Thai [1]\n * `TR` - Turkish\n * `UK` - Ukrainian\n * `VI` - Vietnamese [1]\n * `ZH` - Chinese (unspecified variant for backward compatibility; please select `ZH-HANS` or `ZH-HANT` instead)\n * `ZH-HANS` - Chinese (simplified)\n * `ZH-HANT` - Chinese (traditional)\n\n[1] Please note that Hebrew, Latin American Spanish, Thai, and Vietnamese have not yet been added to\nthe `/languages` endpoint because they does not yet support document translation; only text translation\nis supported for those languages at this time. When document translation support is added for Hebrew, Thai,\nand Vietnamese, we will a) remove this note and b) add Hebrew, Thai, and Vietnamese to the `/languages` endpoint.",
30263026
"enum": [
30273027
"AR",
30283028
"BG",

openapi.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2599,6 +2599,7 @@ components:
25992599
* `EN-GB` - English (British)
26002600
* `EN-US` - English (American)
26012601
* `ES` - Spanish
2602+
* `ES-419` - Spanish (Latin American) [1]
26022603
* `ET` - Estonian
26032604
* `FI` - Finnish
26042605
* `FR` - French
@@ -2629,10 +2630,10 @@ components:
26292630
* `ZH-HANS` - Chinese (simplified)
26302631
* `ZH-HANT` - Chinese (traditional)
26312632
2632-
[1] Please note that Hebrew, Thai, and Vietnamese have not yet been added to the `/languages` endpoint
2633-
because they does not yet support document translation; only text translation is supported for those
2634-
languages at this time. When document translation support is added for Hebrew, Thai, and Vietnamese,
2635-
we will a) remove this note and b) add Hebrew, Thai, and Vietnamese to the `/languages` endpoint.
2633+
[1] Please note that Hebrew, Latin American Spanish, Thai, and Vietnamese have not yet been added to
2634+
the `/languages` endpoint because they does not yet support document translation; only text translation
2635+
is supported for those languages at this time. When document translation support is added for Hebrew, Thai,
2636+
and Vietnamese, we will a) remove this note and b) add Hebrew, Thai, and Vietnamese to the `/languages` endpoint.
26362637
enum:
26372638
- AR
26382639
- BG

openapi_gitbook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,6 +2141,7 @@ components:
21412141
- EN-GB
21422142
- EN-US
21432143
- ES
2144+
- ES-419
21442145
- ET
21452146
- FI
21462147
- FR

0 commit comments

Comments
 (0)