Add support for multi-line strings (see below), Add ts2xlsx and xlsx2ts tests, Update other tests.
Previous behaviour
1- If Qt Creator Linguist detects the same translatable string in multiple lines of code, the *.ts files stores all the locations
2- qTsConverter only saves the first location of the string, meaning all following locations are lost
Current behaviour with this PR:
1- Same as before
2- qTsConverter stores all the string's locations in subsequent columns
Add support for multi-line strings (see below), Add ts2xlsx and xlsx2ts tests, Update other tests.
Previous behaviour 1- If Qt Creator Linguist detects the same translatable string in multiple lines of code, the *.ts files stores all the locations 2- qTsConverter only saves the first location of the string, meaning all following locations are lost
Current behaviour with this PR: 1- Same as before 2- qTsConverter stores all the string's locations in subsequent columns