From 3cd1330d6e97dc7a7aaa6d49f27062af28171dbc Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 15 Oct 2000 17:17:10 +0000 Subject: [PATCH] Remove leftover CVS conflict indicator lines (>>>>>>>). 2000-10-15 Tor Lillqvist * ChangeLog: Remove leftover CVS conflict indicator lines (>>>>>>>). * makefile.mingw: Add rules for fa, he, sp and sr. --- po/ChangeLog | 10 ++++++---- po/makefile.mingw | 14 ++++++++++++++ 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/po/ChangeLog b/po/ChangeLog index 226dc9f67..f1d4774c6 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +2000-10-15 Tor Lillqvist + + * ChangeLog: Remove leftover CVS conflict indicator lines (>>>>>>>). + + * makefile.mingw: Add rules for fa, he, sp and sr. + 2000-10-14 Robert Brady * fa.po: Added Persian translation from Roozbeh Pournader @@ -122,7 +128,6 @@ 2000-03-13 Pablo Saratxaga * lt.po: Updated Lithuanian file ->>>>>>> 1.71 2000-02-26 Christopher R. Gabriel * it.po: Updated italian translation. @@ -155,7 +160,6 @@ * tr.po: Added the Turkish translation , edited ../configure.in & makefile.cygwin . ->>>>>>> 1.48 1999-10-31 Tor Lillqvist * makefile.cygwin: New file for building the message catalogs on @@ -164,7 +168,6 @@ to UTF-8 in two passes using the useful native2ascii tool from the JDK. ->>>>>>> 1.40 1999-10-06 Stanislav Brabec * cs.po: Updated. @@ -196,7 +199,6 @@ * et.po: Added Estonian language file from Lauris Kaplinski ->>>>>>> 1.39 1999-09-03 Zbigniew Chyla * pl.po: Updated translation. diff --git a/po/makefile.mingw b/po/makefile.mingw index 9025d934f..00afd437b 100644 --- a/po/makefile.mingw +++ b/po/makefile.mingw @@ -68,6 +68,10 @@ et.utf8: et.po eu.utf8: eu.po iconv -f ISO-8859-1 -t UTF-8 eu.po >$@ +# Farsi is already in UTF-8. +fa.utf8: fa.po + cp fa.po fa.utf8 + fi.utf8: fi.po iconv -f ISO-8859-1 -t UTF-8 fi.po >$@ @@ -80,6 +84,10 @@ ga.utf8: ga.po gl.utf8: gl.po iconv -f ISO-8859-1 -t UTF-8 gl.po >$@ +# Hebrew is already in UTF-8. +he.utf8: he.po + cp he.po he.utf8 + hr.utf8: hr.po iconv -f ISO-8859-2 -t UTF-8 hr.po >$@ @@ -128,6 +136,12 @@ sl.utf8: sl.po sv.utf8: sv.po iconv -f ISO-8859-1 -t UTF-8 sv.po >$@ +sp.utf8: sp.po + iconv -f ISO-8859-5 -t UTF-8 sp.po >$@ + +sr.utf8: sr.po + iconv -f ISO-8859-2 -t UTF-8 sr.po >$@ + uk.utf8: uk.po iconv -f KOI8-U -t UTF-8 uk.po >$@