Closed
Description
I have this strings with interface:
distribution_list(interface=DistributionType):
point:
title: "Seznam výdejních míst"
error: "Nastala neočekávaná chyba: Výdejní místa nelze načíst."
buttons:
refresh: "Obnovit"
finish: "OK"
box:
title: "Seznam boxů"
error: "Nastala neočekávaná chyba: Seznam boxů nelze načíst."
buttons:
refresh: "Obnovit"
finish: "Detail"
During generation I have this:
But generated code looks like this:
Can you somehow fix the generated code? Now it doesn't work.