1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-01 16:33:02 +01:00

* mk-w32-dist: Convert hu.po to CP852 as suggested by Nagy Ferenc

L�szl�.  Convert ru.po and be.po to CP1251 according to some web
pages. Convert ro.po to CP852.
This commit is contained in:
Werner Koch 2003-12-23 19:19:49 +00:00
parent 4cee9a453a
commit 5ebbe781cb
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2003-12-23 Werner Koch <wk@gnupg.org>
* mk-w32-dist: Convert hu.po to CP852 as suggested by Nagy Ferenc
László. Convert ru.po and be.po to CP1251 according to some web
pages. Convert ro.po to CP852.
2003-08-26 Werner Koch <wk@gnupg.org>
* autogen.sh: Touch po/all for --build-w32.

View File

@ -40,7 +40,7 @@ GnuPG translation ($file).
IMHO it is important to have a basic understanding of GnuPG's
functionality to do a correct translation. A false translation might
need to security problems. This is the reason why I prefer to contact
lead to security problems. This is the reason why I prefer to contact
you directly and not to work only with the TP Robot.
Output of msgfmt is:

View File

@ -68,12 +68,13 @@ 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,hu,sk are also cp1250 but the current PO file can't be converted.
# pl,sk are also cp1250 but the current PO file can't be converted.
case $lang in
cs) toset="CP852" ;;
cs|hu|ro) toset="CP852" ;;
tr) toset="CP1254" ;; # DOS: CP857
el) toset="CP1253" ;; # same as latin-7?
el|eo|et|ja|pl|hu|sk|zh_TW) toset="" ;;
ru|be) toset="CP1252" ;; # same as latin-7?
el|eo|et|ja|pl|sk|zh_TW) toset="" ;;
*) toset="CP850" ;;
esac
if [ -n "$toset" ]; then