mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Ensure that en_US appears in ALL_LINGUAS exactly once.
This commit is contained in:
parent
7fb3802ddb
commit
828af9619f
@ -3,6 +3,8 @@
|
||||
* po/en@quot.po, po/en@boldquot.po, po/en_US.po: Updated
|
||||
translations for copyright year in --version.
|
||||
* po/Rules-quot: Make en@*-update should create wget.pot.
|
||||
* configure.ac: Ensure that en_US appears in ALL_LINGUAS exactly
|
||||
once.
|
||||
|
||||
2008-01-25 Micah Cowan <micah@cowan.name>
|
||||
|
||||
|
@ -433,7 +433,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="en@quot en@boldquot en_US $(cd ${srcdir}/po && ls *.po | grep -v 'en@.*quot' | sed -e 's/\.po$//' | tr '\012' ' ')"
|
||||
ALL_LINGUAS="en@quot en@boldquot en_US $(cd ${srcdir}/po && ls *.po | grep -v 'en@.*quot' | grep -v 'en_US\.po' | sed -e 's/\.po$//' | tr '\012' ' ')"
|
||||
|
||||
dnl
|
||||
dnl Find makeinfo. We used to provide support for Emacs processing
|
||||
|
Loading…
Reference in New Issue
Block a user