mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* mk-w32-dist: Don't iconv {hu,sk,zh_TW}.po.
This commit is contained in:
parent
bd1e8c59fc
commit
a6225ed998
3 changed files with 14 additions and 9 deletions
|
@ -68,12 +68,12 @@ done
|
|||
for i in ${srcdir}/po/*.po; do
|
||||
lang=$(basename $i .po)
|
||||
fromset=`sed -n '/^"Content-Type:/ s/.*charset=\([a-zA-Z0-9_-]*\).*/\1/p' $i`
|
||||
# pl is also cp1250 but the current PO file can't be converted.
|
||||
# pl,hu,sk are also cp1250 but the current PO file can't be converted.
|
||||
case $lang in
|
||||
cs) toset="CP1250" ;;
|
||||
cs) toset="CP852" ;;
|
||||
tr) toset="CP1254" ;; # DOS: CP857
|
||||
el) toset="CP1253" ;; # same as latin-7?
|
||||
el|eo|et|ja|pl) toset="" ;;
|
||||
el|eo|et|ja|pl|hu|sk|zh_TW) toset="" ;;
|
||||
*) toset="CP850" ;;
|
||||
esac
|
||||
if [ -n "$toset" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue