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? ```json { "en":"News", "de":"News" } ``` I think somewhere here could you help? thank you! ```python res[data['strings'][str]['desc']][data['langs'][lang]['locale']] = translate(data['strings'][str]['text'], data['langs'][lang]['locale']) ```
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!