You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you please help me a bit on how to create a proper localized_content.json?
I didn't find anything in the documentation about it.
Currently, I have the following file structure
Traceback (most recent call last):
File "zlo.py", line 81, in <module>
args.func(args) # call the default function
File "zlo.py", line 47, in publish
ho.register_new_localized_content(deliverable)
File "C:\Users\m_kopylova\Documents\zlo-master\modules\handoff.py", line 286, in register_new_localized_content
print(localized_content[article['locale']]['articles'])
KeyError: 'de-de'
I understand that the issue is in JSON content but have no clue how to form it correctly.
Thank you in advance
The text was updated successfully, but these errors were encountered:
Hello, Charles!
Would you please help me a bit on how to create a proper localized_content.json?
I didn't find anything in the documentation about it.
Currently, I have the following file structure
And I've got the following error:
I understand that the issue is in JSON content but have no clue how to form it correctly.
Thank you in advance
The text was updated successfully, but these errors were encountered: