mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Adding en@quot and en@boldquot pseudo-LINGUA support.
This commit is contained in:
parent
3e9854c6b0
commit
336a5123a8
@ -48,5 +48,7 @@ po/*.gmo
|
|||||||
po/wget.pot
|
po/wget.pot
|
||||||
po/remove-potcdate.sed
|
po/remove-potcdate.sed
|
||||||
po/stamp-po
|
po/stamp-po
|
||||||
|
po/en@boldquot.insert-header
|
||||||
|
po/en@quot.insert-header
|
||||||
**~
|
**~
|
||||||
**.*.swp
|
**.*.swp
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
* configure.in: Renamed to configure.ac
|
* configure.in: Renamed to configure.ac
|
||||||
* configure.ac: Renamed from configure.in. Added invocations of
|
* 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 :\).
|
* ABOUT-NLS: Added back in (required by autoreconf :\).
|
||||||
* Makefile.am: Added ABOUT-NLS and msdos/Makefile.WC to EXTRA_DIST.
|
* Makefile.am: Added ABOUT-NLS and msdos/Makefile.WC to EXTRA_DIST.
|
||||||
* m4/wget.m4: Removed no-longer-used NLS stuff.
|
* m4/wget.m4: Removed no-longer-used NLS stuff.
|
||||||
|
@ -432,7 +432,7 @@ dnl ALL_LINGUAS="cs de hr it ..."
|
|||||||
dnl The downside was that configure needed to be rebuilt whenever a
|
dnl The downside was that configure needed to be rebuilt whenever a
|
||||||
dnl new language was added.
|
dnl new language was added.
|
||||||
dnl
|
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
|
||||||
dnl Find makeinfo. We used to provide support for Emacs processing
|
dnl Find makeinfo. We used to provide support for Emacs processing
|
||||||
|
1829
po/en@boldquot.po
Normal file
1829
po/en@boldquot.po
Normal file
File diff suppressed because it is too large
Load Diff
1822
po/en@quot.po
Normal file
1822
po/en@quot.po
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user