mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* mk-w32-dist: Do not include the en@* po files.
* autogen.sh <--build-w32>: Build keyserver helpers again.
This commit is contained in:
parent
d9f1eed99e
commit
7e165d9758
3 changed files with 11 additions and 2 deletions
|
@ -76,9 +76,12 @@ for i in ${srcdir}/po/*.po; do
|
|||
tr) toset="CP1254" ;; # DOS: CP857
|
||||
el) toset="CP1253" ;; # same as latin-7?
|
||||
el|eo|et|ja|pl|hu|sk|zh_TW) toset="" ;;
|
||||
en@*) toset="skip" ;;
|
||||
*) toset="CP850" ;;
|
||||
esac
|
||||
if [ -n "$toset" ]; then
|
||||
if [ "$toset" = "skip" ]; then
|
||||
:
|
||||
elif [ -n "$toset" ]; then
|
||||
echo "$lang: converting from $fromset to $toset" >&2
|
||||
iconv --silent --from-code=$fromset --to-code=$toset < $i | \
|
||||
sed "/^\"Content-Type:/ s/charset=[a-zA-Z0-9_-]*/charset=$toset/" | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue