webERP Forum
Update/Upgrade Messages.po File? - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: How To ? (http://www.weberp.org/forum/forumdisplay.php?fid=6)
+--- Thread: Update/Upgrade Messages.po File? (/showthread.php?tid=8269)

Pages: 1 2


RE: Update/Upgrade Messages.po File? - VortecCPI - 12-13-2018

So this now seems to work as expected:

msgmerge --no-wrap --no-fuzzy-matching' . $PathToSource . ' ' . $PathToDefault . ' --output-file=' . $PathToCurrent;

The key is use of "--no-fuzzy-matching" and "--output-file=" to keep proper Linux line ends.