-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
US and GB english translation behavior #21
Comments
Hi, thanks for your report! Please note that translation from british to american english (and vice versa) is currently not supported, the API will just return your input text. If you start in a language other than english, it will correctly spell For example German to BE:
German to AE:
For Spanish to BE:
Spanish to AE:
If you only have the source text available in English, a workaround would be to use a pivot language (ideally a high-resource one, for example German or Spanish), translate into that one first, and then back into the english variant of your choosing. This sometimes leads to suboptimal translations unfortunately, but works pretty well. |
Sorry just to clarify, this not only applies to english but to all languages with variant (currently English and Portuguese). You cannot translate from English/Portuguese to one of the variants of the same language (English to PT-PT/PT-BR or PT to EN-US/EN-GB would work obviously). |
Hi, I have used translation from English to US english with the following results:
English
Target text:
Our neighbours are our best friends and we work in the same organisation.
EN-US
Translated text:
Our neighbours are our best friends and we work in the same organisation.
I would, however, expect the result to reflect the particularities of American English so
Our neighbors are our best friends and we work in the same organization.
Is this not supported scenario at the moment? Thank you for your answer
The text was updated successfully, but these errors were encountered: