Adding en@quot and en@boldquot pseudo-LINGUA support.

This commit is contained in:
Micah Cowan 2007-10-09 19:19:53 -07:00
parent 3e9854c6b0
commit 336a5123a8
5 changed files with 3656 additions and 2 deletions

View File

@ -48,5 +48,7 @@ po/*.gmo
po/wget.pot
po/remove-potcdate.sed
po/stamp-po
po/en@boldquot.insert-header
po/en@quot.insert-header
**~
**.*.swp

View File

@ -2,7 +2,8 @@
* configure.in: Renamed to configure.ac
* configure.ac: Renamed from configure.in. Added invocations of
AM_GNU_GETTEXT, etc.
AM_GNU_GETTEXT, etc. Added en@quot and en@boldquot pseudo-LINGUA
support.
* ABOUT-NLS: Added back in (required by autoreconf :\).
* Makefile.am: Added ABOUT-NLS and msdos/Makefile.WC to EXTRA_DIST.
* m4/wget.m4: Removed no-longer-used NLS stuff.

View File

@ -432,7 +432,7 @@ dnl ALL_LINGUAS="cs de hr it ..."
dnl The downside was that configure needed to be rebuilt whenever a
dnl new language was added.
dnl
ALL_LINGUAS=`(cd ${srcdir}/po && ls *.po | sed -e 's/\.po$//' | tr '\012' ' ')`
ALL_LINGUAS="en@quot en@boldquot $(cd ${srcdir}/po && ls *.po | sed -e 's/\.po$//' | tr '\012' ' ')"
dnl
dnl Find makeinfo. We used to provide support for Emacs processing

1829
po/en@boldquot.po Normal file

File diff suppressed because it is too large Load Diff

1822
po/en@quot.po Normal file

File diff suppressed because it is too large Load Diff