diff options
author | Burt P <pburt0@gmail.com> | 2017-07-08 21:27:27 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | 27aaf06e5012ca9caed7c6a829de2aaa2f172f10 (patch) | |
tree | 019b78625a9f46f79807b82086b8440af0474447 /po/HOWTO.txt | |
parent | 087600814086d35d08bf6d6dafd9ab53d8a42a4f (diff) |
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 <pburt0@gmail.com>
Diffstat (limited to 'po/HOWTO.txt')
-rw-r--r-- | po/HOWTO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |