keithmarshall pushed a commit to branch dev-gropdf-boxes in repository groff.
commit 128073b59cb768cd4ff4b773175b08fa592212ff Author: G. Branden Robinson <g.branden.robin...@gmail.com> AuthorDate: Mon Jan 4 17:44:57 2021 +1100 tmac/en.tmac: Add English localization file. --- tmac/en.tmac | 38 ++++++++++++++++++++++++++++++++++++++ tmac/tmac.am | 1 + 2 files changed, 39 insertions(+) diff --git a/tmac/en.tmac b/tmac/en.tmac new file mode 100644 index 0000000..6aae40d --- /dev/null +++ b/tmac/en.tmac @@ -0,0 +1,38 @@ +.\" English localization for groff +.\" +.\" Copyright (C) 2021 Free Software Foundation, Inc. +.\" +.\" This file is part of groff. +.\" +.\" groff is free software; you can redistribute it and/or modify it +.\" under the terms of the GNU General Public License as published by +.\" the Free Software Foundation, either version 3 of the License, or +.\" (at your option) any later version. +.\" +.\" groff is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +.\" or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public +.\" License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program. If not, see +.\" <http://www.gnu.org/licenses/>. +.\" +.\" Please send comments to gr...@gnu.org. +. +.ds locale english\" +. +.\" Set the hyphenation language to English. +.do hla en +. +.\" Load hyphenation patterns and exceptions. +.do hpf hyphen.en +.do hpfa hyphenex.en +. +. +.\" Local Variables: +.\" mode: nroff +.\" coding: latin-1 +.\" fill-column: 72 +.\" End: +.\" vim: set filetype=groff textwidth=72: diff --git a/tmac/tmac.am b/tmac/tmac.am index 9583210..080415d 100644 --- a/tmac/tmac.am +++ b/tmac/tmac.am @@ -77,6 +77,7 @@ TMACNORMALFILES = \ tmac/troffrc \ tmac/troffrc-end \ tmac/trans.tmac \ + tmac/en.tmac \ tmac/hyphen.en \ tmac/hyphenex.en \ tmac/fr.tmac \ _______________________________________________ Groff-commit mailing list Groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit