From f2d6705f185031859e7737459195f187d401e12c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 28 Oct 2000 17:32:26 +0000 Subject: [PATCH] Add en@IPA and ia. 2000-10-28 Tor Lillqvist * makefile.mingw: Add en@IPA and ia. --- po/ChangeLog | 4 ++++ po/makefile.mingw | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/po/ChangeLog b/po/ChangeLog index c9273fcca..b69311322 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2000-10-28 Tor Lillqvist + + * makefile.mingw: Add en@IPA and ia. + 2000-10-27 Robert Brady * POTFILES.in: Added gtkstock.c diff --git a/po/makefile.mingw b/po/makefile.mingw index 00afd437b..301eefbac 100644 --- a/po/makefile.mingw +++ b/po/makefile.mingw @@ -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 >$@