Translation files (*.po) come from Crowdin platform in not wrapped format. Let's not break the lines on our side, so that it will be easier to analyze translation changes and also will not generate unnecessary commits and false commit differences. Add the '--no-wrap' flag to tell xgettext, msgattrib and msgmerge programs not to split long lines into several lines. Normalize the English source POT file with msgattrib utility right after running xgettext.pl that creates duplicates of context filenames and does not support the xgettext attribute ‘--width’. Use the '--width=100000' parameter as a workaround for context filename lines that continue to be wrapped despite the ‘--no-wrap’ flag. Change-Id: Ic9e3eed25a63a3ca1519f7bf4750b6aaa9ff43acmr9.5.1
parent
1e06df3fdf
commit
298523862e
Loading…
Reference in new issue