[Bf-translations-svn] SVN commit: /data/svn/bf-translations [457] trunk/po/tools/update_po.py: Adding --no-wrap option to msgmerge, as anyway most po-edit tools remove that wrapping, it was generating uneeded big diffs at update time...

bf-translations at blender.org bf-translations at blender.org
Sun Mar 18 20:49:42 CET 2012


Revision: 457
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-translations&revision=457
Author:   mont29
Date:     2012-03-18 19:49:42 +0000 (Sun, 18 Mar 2012)
Log Message:
-----------
Adding --no-wrap option to msgmerge, as anyway most po-edit tools remove that wrapping, it was generating uneeded big diffs at update time...

Modified Paths:
--------------
    trunk/po/tools/update_po.py

Modified: trunk/po/tools/update_po.py
===================================================================
--- trunk/po/tools/update_po.py	2012-03-17 15:22:00 UTC (rev 456)
+++ trunk/po/tools/update_po.py	2012-03-18 19:49:42 UTC (rev 457)
@@ -40,6 +40,7 @@
     # update po file
     cmd = (GETTEXT_MSGMERGE_EXECUTABLE,
            "--update",
+           "--no-wrap",
            "--backup=none",
            "--lang={}".format(lang),
            po,



More information about the Bf-translations-svn mailing list