groff-commit
[Top][All Lists]
Advanced

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

[groff] 06/09: [localization]: Update ms(7) `HY` register.


From: G. Branden Robinson
Subject: [groff] 06/09: [localization]: Update ms(7) `HY` register.
Date: Mon, 9 Aug 2021 12:20:13 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 72b955bf477cf89cdde17d8c483d475404489162
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Aug 9 23:47:21 2021 +1000

    [localization]: Update ms(7) `HY` register.
    
    * tmac/cs.tmac:
    * tmac/de.tmac:
    * tmac/fr.tmac:
    * tmac/it.tmac:
    * tmac/sv.tmac: Update ms package localization to use an appropriate
      hyphenation mode for the `HY` register (the mode for the pattern
      files, plus 2 as is traditional in ms).
---
 ChangeLog    | 10 ++++++++++
 tmac/cs.tmac |  2 +-
 tmac/de.tmac |  2 +-
 tmac/fr.tmac |  2 +-
 tmac/it.tmac |  2 +-
 tmac/sv.tmac |  2 +-
 6 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 71fea2e..7ce8334 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2021-08-09  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/cs.tmac:
+       * tmac/de.tmac:
+       * tmac/fr.tmac:
+       * tmac/it.tmac:
+       * tmac/sv.tmac: Update ms package localization to use an
+       appropriate hyphenation mode for the `HY` register (the
+       mode for the pattern files, plus 2 as is traditional in ms).
+
 2021-08-08  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * tmac/e.tmac (1c): Place comment escape sequence immediately
diff --git a/tmac/cs.tmac b/tmac/cs.tmac
index 8efb6a4..2176c45 100644
--- a/tmac/cs.tmac
+++ b/tmac/cs.tmac
@@ -109,7 +109,7 @@
 .      \" update the date
 .      ds DY \n[dy] \*[MO] \n[year]
 .      \" set hyphenation flags
-.      nr HY 1
+.      nr HY 3 \" 1+2
 .\}
 .
 .
diff --git a/tmac/de.tmac b/tmac/de.tmac
index e126b9e..41b7c53 100644
--- a/tmac/de.tmac
+++ b/tmac/de.tmac
@@ -109,7 +109,7 @@
 .      \" update the date
 .      ds DY \n[dy].\~\*[MO] \n[year]
 .      \" set hyphenation flags
-.      nr HY 1
+.      nr HY 3 \" 1+2
 .\}
 .
 .
diff --git a/tmac/fr.tmac b/tmac/fr.tmac
index d919579..d8168bf 100644
--- a/tmac/fr.tmac
+++ b/tmac/fr.tmac
@@ -109,7 +109,7 @@
 .      \" update the date
 .      ds DY \n[dy] \*[MO] \n[year]
 .      \" set hyphenation flags
-.      nr HY 4
+.      nr HY 6 \" 4+2
 .\}
 .
 .
diff --git a/tmac/it.tmac b/tmac/it.tmac
index 010ffd4..157a760 100644
--- a/tmac/it.tmac
+++ b/tmac/it.tmac
@@ -109,7 +109,7 @@
 .      \" update the date
 .      ds DY \n[dy] \*[MO] \n[year]
 .      \" set hyphenation flags
-.      nr HY 4
+.      nr HY 3 \" 1+2
 .\}
 .
 .
diff --git a/tmac/sv.tmac b/tmac/sv.tmac
index bf543ce..1ca224b 100644
--- a/tmac/sv.tmac
+++ b/tmac/sv.tmac
@@ -109,7 +109,7 @@
 .      \" update the date
 .      ds DY \n[dy] \*[MO] \n[year]
 .      \" set hyphenation flags
-.      nr HY 4
+.      nr HY 34 \" 32+2
 .\}
 .
 .



reply via email to

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