GSI error checking output from my build system
I have extended my build system to produce better error output for
translators. Previous
GSI.sdf.err
files contained only lines with bugs, new err files
will also contain description of the problem.
For example, see the err file
GSI_da.sdf.err. Its
first line contains this:
Error: Translation, Line 35936, UniqueID
helpcontent2/source\text\sdraw\guide\text_enter.xhp/help/par_id3155266/49//:
Missing quotes ( \" ) in Tag: .... height=\"5.64mm"\> ...
It is pretty clear that the translator exchanged backslash and quote at the end of height attribute.
I'll upload GSI err files with every build as I did before.
-----