From 1c2114fb6b283828e63846d98b459085996a366c Mon Sep 17 00:00:00 2001 From: schlatterbeck Date: Thu, 9 Jul 2009 15:32:57 +0000 Subject: [PATCH] - fix generation of locale: fr.po is latin-1 and was specified as utf-8 This *should* fix issue2550546 -- at least I can now say "make" in the locale directory without errors. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4300 57a73879-2fb5-44c3-a270-3262357dd7e2 --- locale/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/fr.po b/locale/fr.po index 77523e2..bf73dc0 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -16,7 +16,7 @@ msgstr "" "Last-Translator: Stéphane Raimbault \n" "Language-Team: GNOME French Team \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n>1;\n" -- 2.30.2