build: sort location annotation table in i18n sync process
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 7 Jan 2020 16:58:33 +0000 (18:58 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 8 Jan 2020 19:23:24 +0000 (20:23 +0100)
commitde34495d28fae47e822cb6dfc1af3e43e61d76b6
treeeafe9ebe3080b80945881a0da69a010db5b40a85
parent35aa5270592f7e837c42aa097f8fbb06faa4017d
build: sort location annotation table in i18n sync process

The scanning routine has caused unnecessary changes to the .po files
if a string has been found in multiple files and those files have been
found in different order than the previous time.

Sort the location annotations to avoid unnecessary changes to the .po files.
(sort is alphabetic, so the line numbers are also sorted alphabetically)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
[apply a Schwartzian transform to sort locations by path, then line number]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 460bdfe814a34ca5300e7a1a57efecff590dd414)
build/i18n-scan.pl