10 Commits

Author SHA1 Message Date
Remco Burema
0b27119001 Fix encoding/decoding issues (Windows) for i18n import script.
part of CURA-6663
2019-08-08 15:47:05 +02:00
Ghostkeeper
b1cbaaef72
Fix warning message appearing for plural forms
There is no msgstr then so it thinks it's empty.

Contributes to issue CURA-6663.
2019-07-26 15:53:42 +02:00
Ghostkeeper
79d57ec10a
Fix comparisons when source is single-line but dest is multi-line
Or vice-versa. It's now agnostic to number of lines.

Contributes to issue CURA-6663.
2019-07-26 15:43:19 +02:00
Ghostkeeper
9e059b7a1a
Fix writing files with plural forms
Contributes to issue CURA-6663.
2019-07-26 15:31:42 +02:00
Ghostkeeper
23826d3404
Write resulting file
It seems to fail now for plurals. I didn't think of that yet.

Contributes to issue CURA-6663.
2019-07-26 15:07:26 +02:00
Ghostkeeper
58c32f97a1
Add documentation
Contributes to issue CURA-6663.
2019-07-26 14:23:04 +02:00
Ghostkeeper
a3611404d6
Find translations in source file
So it can add the translations to the destination file.

Contributes to issue CURA-6663.
2019-07-26 14:20:06 +02:00
Ghostkeeper
3f7bd2ac23
Handle iterating over source files and finding correct destination file
Contributes to issue CURA-6663.
2019-07-26 13:48:10 +02:00
Ghostkeeper
5a03ace239
Also discover Uranium translation directory
Contributes to issue CURA-6663.
2019-07-26 13:18:47 +02:00
Ghostkeeper
d1c4b63971
Add empty script to perform imports from Lionbridge
I want to automate this or it'll be a lot of work.

Contributes to issue CURA-6663.
2019-07-26 13:18:47 +02:00