
10 Apr
2016
10 Apr
'16
10:46 a.m.
On 10/04/16 03:33, Cole Robinson wrote:
On 04/09/2016 02:10 PM, Erik Skultety wrote:
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 | 68 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 34 insertions(+), 34 deletions(-)
ACK
- Cole
Pushed, thanks. Erik