]> Pileus Git - ~andy/gtk/commitdiff
Add en@IPA and ia.
authorTor Lillqvist <tml@iki.fi>
Sat, 28 Oct 2000 17:32:26 +0000 (17:32 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 28 Oct 2000 17:32:26 +0000 (17:32 +0000)
2000-10-28  Tor Lillqvist  <tml@iki.fi>

* makefile.mingw: Add en@IPA and ia.

po/ChangeLog
po/makefile.mingw

index c9273fccad3a9664d3d8c33c08759d4bbbbc2504..b69311322ce417ad83c366525faade8b71c227ba 100644 (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
index 00afd437b6b21ef86d0a2845709815a9a5e5d373..301eefbac533bc54cdfb33f5a4b48515f9f24eba 100644 (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 >$@