Open BenevidesLecontes opened 1 year ago
This would be a great feature to add ! Looking forward to it :)
The generated code will look quite complicated and I don't know a clean solution for that.
This technically implies, that you can nest any leaf with any other leaf. (Leaves are: String
, RichText
, Plural
, Context (Enum)
)
Describe the bug Im not able to generate translations using enums as params and pluralization.
Throws exception in this line:
digestedMap[entry.key] = entry.value as StringTextNode;