Improve reporting of XML stream error when importing translation file
Description
When importing a translation by uploading an XML file, it might happen that an XMLStreamException is thrown which does not show the exact row, column numbers. In order to provide a better error message to the user, it's necessary to catch the XMLStreamException and add some location information so that the user knows where the error originally happened.
When importing a translation by uploading an XML file, it might happen that an XMLStreamException is thrown which does not show the exact row, column numbers. In order to provide a better error message to the user, it's necessary to catch the XMLStreamException and add some location information so that the user knows where the error originally happened.