mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02: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:
parent
4cee9a453a
commit
5ebbe781cb
3 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue