]> xenbits.xensource.com Git - libvirt.git/commit
po: fix POTFILES.in file ordering
authorErik Skultety <eskultet@redhat.com>
Sat, 9 Apr 2016 18:02:49 +0000 (20:02 +0200)
committerErik Skultety <eskultet@redhat.com>
Sun, 10 Apr 2016 08:43:56 +0000 (10:43 +0200)
commite72667bddf702a467823ee8de4382450f5deef52
tree3cff1e62d2ed76e6a75d9a81cd206ae9c6727760
parentacb63aaf41f42f3da970c21636ec0dfc06abcda0
po: fix POTFILES.in file ordering

When it comes to a situation that a new translatable file needs to be added
into the list of files, an automatically generated patch is proposed during
syntax-check. However, the diff was made against a sorted list of files and
the same sorted list of files + the new file that actually needs to be added
into the list. Since we do not keep POTFILES sorted, the proposed patch thus
can't be applied...most of the time - depending on the context.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
po/POTFILES.in