From 27aaf06e5012ca9caed7c6a829de2aaa2f172f10 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sat, 8 Jul 2017 21:27:27 -0500 Subject: Re-update .po files, without fuzzy matching Most of the fuzzy matches were way off. Add -N to msgmerge to fix. Signed-off-by: Burt P --- po/HOWTO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/HOWTO.txt') diff --git a/po/HOWTO.txt b/po/HOWTO.txt index 9a40ecdc..81b9bd5c 100644 --- a/po/HOWTO.txt +++ b/po/HOWTO.txt @@ -1,2 +1,2 @@ update .pot : make pot in build/ -update .po files after .pot update : msgmerge XX.po hardinfo.pot > XX_.po && mv XX_.po XX.po +update .po files after .pot update : msgmerge -N XX.po hardinfo.pot > XX_.po && mv XX_.po XX.po -- cgit v1.2.3