bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #59814] [PATCH] improve internationalization at startup


From: Dave
Subject: [bug #59814] [PATCH] improve internationalization at startup
Date: Thu, 11 Feb 2021 00:59:39 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #13, bug #59814 (project groff):

Looks good to me, aside from one grammar quibble in the docs.

The attached file contains the changes implementing the .*soquiet requests
(bug #59973) as well as the changes for this bug, although the latter changes
use the bare .mso (with a comment that the commit could wait for .msoquiet's
availability).  I presume this will all get sorted before the actual commits
(especially as comment #7 shows the current bug's changes broken into multiple
logical pieces).

The grammar quibble, in text that appears in doc/groff.texi and
man/groff_diff.7.man, is subtle and actually easiest to see if the sentence is
laid out with programming-style indentation:

If
  the environment variables are
    not set,
    set to "C", or
    a localization file for the locale does not exist,
the English localization file is used.

The "A, B, or C" clause, being a single series, must all grammatically fit
into the same part of the sentence--that is, all be on the same nesting level.
 But here, A and B grammatically follow the second nesting level and C the
first.  I'd probably rework it as

If
  the environment variables are
    not set or
    set to "C",
  or a localization file for the locale does not exist,
the English localization file is used.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59814>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]