Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • flashcode/msgcheck
1 result
Show changes
Commits on Source (2)
Loading
Loading
@@ -101,7 +101,7 @@ current value
 
== Copyright
 
Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
 
This file is part of msgcheck.
 
Loading
Loading
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading
@@ -239,8 +239,8 @@ class PoMessage(object):
strlines = mstr.split('\n')
if len(idlines) < 2 or len(idlines) != len(strlines):
continue
for i in range(0, len(idlines)):
endin = len(idlines[i]) - len(idlines[i].rstrip(' '))
for i, idline in enumerate(idlines):
endin = len(idline) - len(idline.rstrip(' '))
endout = len(strlines[i]) - len(strlines[i].rstrip(' '))
if (endin > 0 or endout > 0) and endin != endout:
errors.append(
Loading
Loading
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of msgcheck.
#
Loading
Loading