aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-12-23 19:19:49 +0000
committerWerner Koch <[email protected]>2003-12-23 19:19:49 +0000
commit5ebbe781cbc8615a9b65e61c0824007a95e3e8f2 (patch)
tree31d73396169a351864480a72f95869bfcfe55e80
parent* NEWS: Note that 1.4 won't have Elgamal sign+encrypt support at all. (diff)
downloadgnupg-5ebbe781cbc8615a9b65e61c0824007a95e3e8f2.tar.gz
gnupg-5ebbe781cbc8615a9b65e61c0824007a95e3e8f2.zip
* 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.
-rw-r--r--scripts/ChangeLog6
-rwxr-xr-xscripts/mail-to-translators2
-rwxr-xr-xscripts/mk-w32-dist7
3 files changed, 11 insertions, 4 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 75c4b5ebf..c142a529c 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-23 Werner Koch <[email protected]>
+
+ * 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 <[email protected]>
* autogen.sh: Touch po/all for --build-w32.
diff --git a/scripts/mail-to-translators b/scripts/mail-to-translators
index 53fdd582e..d7bea63bf 100755
--- a/scripts/mail-to-translators
+++ b/scripts/mail-to-translators
@@ -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:
diff --git a/scripts/mk-w32-dist b/scripts/mk-w32-dist
index 0b7ada040..8a7f21894 100755
--- a/scripts/mk-w32-dist
+++ b/scripts/mk-w32-dist
@@ -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