gnucash-htdocs master: Add --previous to msgmerge

Frank H.Ellenberger fell at code.gnucash.org
Wed Aug 26 17:56:15 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/33e6cbfc (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/e6ad7f31 (commit)



commit 33e6cbfcdf703722baa3e8985a5402723d2d62e9
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Aug 26 23:55:55 2020 +0200

    Add --previous to msgmerge
    
    Adds previous msgid as #|msgid
    That eases the search for diffs in fuzzy strings

diff --git a/Makefile b/Makefile
index 4ad461c..16e3f4d 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ po/gnucash-htdocs.pot: po/POTFILES
 msgmerge: po/gnucash-htdocs.pot
 	for f in ${languages} ; do \
 	  echo -n $$f ; \
-	  msgmerge -U -F po/$$f.po po/gnucash-htdocs.pot ; \
+	  msgmerge -F --previous -U po/$$f.po po/gnucash-htdocs.pot ; \
 	done
 
 mos: ${languages}



Summary of changes:
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list