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
Hi, its very cool! really very help but I don't know a python could you help me please
how to get this json output?
{ "en":"News", "de":"News" }
I think somewhere here could you help? thank you!
res[data['strings'][str]['desc']][data['langs'][lang]['locale']] = translate(data['strings'][str]['text'], data['langs'][lang]['locale'])
The text was updated successfully, but these errors were encountered:
Did you try here -> http://translatr.varunmalhotra.xyz/
News
JSON format
Output would be:
[{"locale":"de","country":"German","string":"Nachrichten"},{"locale":"en","country":"English","string":"News"}]
Please let me know if you need anything else.
Sorry, something went wrong.
No branches or pull requests
Hi, its very cool! really very help
but I don't know a python could you help me please
how to get this json output?
I think somewhere here
could you help? thank you!
The text was updated successfully, but these errors were encountered: