We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example: https://foaas.com/off/Tom/Everyone?i18n=de
Result: Verpiss dich, Tom. undefined
Without ?i18n=de: https://foaas.com/off/Tom/Everyone Fuck off, Tom.
?i18n=de
The text was updated successfully, but these errors were encountered:
As I see, the server makes a request similar to this: http://api.mymemory.translated.net/get?q=fuck%20off,%20tom%20%E2%90%A4%20everyone&langpair=en|de Using some "Unicode Newline" character as a separator. The API returns just the first part (the message) translated, there is no separator or the translated subtitle in the result.
Sorry, something went wrong.
Personally, not sure the subtitle (e.g. names) should be translated at all...
No branches or pull requests
Example: https://foaas.com/off/Tom/Everyone?i18n=de
Result:
Verpiss dich, Tom.
undefined
Without
?i18n=de
: https://foaas.com/off/Tom/EveryoneFuck off, Tom.
The text was updated successfully, but these errors were encountered: