- Issue created by @sachit.thapa
- π©πͺGermany SteffenR Germany
The language Arabic is not supported by the API for now.
Available languages are listed here: https://developers.deepl.com/docs/api-reference/glossaries/openapi-spec-...Once the language is available via the API, i'll update the tmgmt_deepl_glossary submodule.
- πΊπΈUnited States sachit.thapa
I made a GET request to the https://api.deepl.com/v2/glossary-language-pairs endpoint. While the response included multiple language pairs, I'm only including the English to Arabic pair:
{
"supported_languages": [
{
"source_lang": "en",
"target_lang": "ar"
}
]
}
Thank you for looking at this. :) - πΊπΈUnited States sachit.thapa
Thank you once again for taking care of this, but the merge failed due to phpcs and phpstans :(
- π©πͺGermany SteffenR Germany
@sachit.thapa: The tests for phpstan (next minor) won't be fixed for the 2.2.x release.
Those are handled in 2.3.x - were all pipelines are green.It would be great, if you could test the Merge Request with version 2.2.x on you projects and provide feedback. Afterward i'll integrate the feature into 2.3.x.