cookutils rev 847

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Dec 12 21:40:00 2016 +0000 (2016-12-12)
parents 47cacd72d7ce
children cc73035433ab
files cook doc/cookopts.txt
line diff
     1.1 --- a/cook	Mon Dec 12 05:56:11 2016 +0200
     1.2 +++ b/cook	Mon Dec 12 21:40:00 2016 +0000
     1.3 @@ -660,8 +660,8 @@
     1.4  }
     1.5  
     1.6  
     1.7 -# Normalize all *.mo files: unconditionally convert to UTF-8; remove strings that are really not add
     1.8 -# translation (msgid = msgstr)
     1.9 +# Normalize all *.mo files: unconditionally convert to UTF-8; remove strings that are not really added
    1.10 +# to the translation (msgid = msgstr)
    1.11  # Normalization can be disabled with COOKOPTS="!monorm"
    1.12  
    1.13  normalize_mo() {
     2.1 --- a/doc/cookopts.txt	Mon Dec 12 05:56:11 2016 +0200
     2.2 +++ b/doc/cookopts.txt	Mon Dec 12 21:40:00 2016 +0000
     2.3 @@ -104,8 +104,8 @@
     2.4  
     2.5  !monorm
     2.6      Default action is to normalize *.mo files. Normalization means the
     2.7 -    unconditional conversion to UTF-8, removal of accidental duplicates, the
     2.8 -    most of the header lines as well as catalog entries that are not added the
     2.9 -    translation (when string in msgid equals to string in msgstr).
    2.10 +    unconditional conversion to UTF-8, removal of accidental duplicates and
    2.11 +    most of the header lines as well as catalog entries that are not added to
    2.12 +    the translation (when string in msgid equals to string in msgstr).
    2.13      The presence of this option overrides the default action (all *.mo files
    2.14      will be left "as is").