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:
Tor Lillqvist
2000-10-28 17:32:26 +00:00
committed by Tor Lillqvist
parent 774de16743
commit f2d6705f18
2 changed files with 12 additions and 0 deletions

View File

@ -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>
* POTFILES.in: Added gtkstock.c

View File

@ -59,6 +59,10 @@ el.utf8: el.po
en_GB.utf8: 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
iconv -f ISO-8859-1 -t UTF-8 es.po >$@
@ -94,6 +98,10 @@ hr.utf8: hr.po
hu.utf8: 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
iconv -f ISO-8859-1 -t UTF-8 it.po >$@