How do I convert a multilanguage Arcticy Draft XML ?
In the current articy XML there are <localizedString> tags.

I've tried to edit and create extras <localizedString> like this:
....
<LocalizedString Lang="en">Nevermind. Goodbye.</LocalizedString>
<LocalizedString Lang="pt">Esquece. Adeus.</LocalizedString>
....
<LocalizedString Lang="en">Nevermind</LocalizedString>
<LocalizedString Lang="pt">Esquece</LocalizedString>
...
Use the converter in Unity and got the following:

Some fields are empty, Am I missing something or doing something wrong ? Thank you. I've tried to look in the documentation but didn't find any help regarding Articy Draft Localization