Add en@IPA and ia.
2000-10-28 Tor Lillqvist <tml@iki.fi> * makefile.mingw: Add en@IPA and ia.
This commit is contained in:

committed by
Tor Lillqvist

parent
774de16743
commit
f2d6705f18
@ -1,3 +1,7 @@
|
|||||||
|
2000-10-28 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* makefile.mingw: Add en@IPA and ia.
|
||||||
|
|
||||||
2000-10-27 Robert Brady <robert@suse.co.uk>
|
2000-10-27 Robert Brady <robert@suse.co.uk>
|
||||||
|
|
||||||
* POTFILES.in: Added gtkstock.c
|
* POTFILES.in: Added gtkstock.c
|
||||||
|
@ -59,6 +59,10 @@ el.utf8: el.po
|
|||||||
en_GB.utf8: en_GB.po
|
en_GB.utf8: en_GB.po
|
||||||
iconv -f ISO-8859-1 -t UTF-8 en_GB.po >$@
|
iconv -f ISO-8859-1 -t UTF-8 en_GB.po >$@
|
||||||
|
|
||||||
|
# IPA is already in UTF-8.
|
||||||
|
en@IPA.utf8: en@IPA.po
|
||||||
|
cp en@IPA.po en@IPA.utf8
|
||||||
|
|
||||||
es.utf8: es.po
|
es.utf8: es.po
|
||||||
iconv -f ISO-8859-1 -t UTF-8 es.po >$@
|
iconv -f ISO-8859-1 -t UTF-8 es.po >$@
|
||||||
|
|
||||||
@ -94,6 +98,10 @@ hr.utf8: hr.po
|
|||||||
hu.utf8: hu.po
|
hu.utf8: hu.po
|
||||||
iconv -f ISO-8859-2 -t UTF-8 hu.po >$@
|
iconv -f ISO-8859-2 -t UTF-8 hu.po >$@
|
||||||
|
|
||||||
|
# Interlingua is in (7-bit) ASCII
|
||||||
|
ia.utf8: ia.po
|
||||||
|
cp ia.po ia.utf8
|
||||||
|
|
||||||
it.utf8: it.po
|
it.utf8: it.po
|
||||||
iconv -f ISO-8859-1 -t UTF-8 it.po >$@
|
iconv -f ISO-8859-1 -t UTF-8 it.po >$@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user