From patchwork Mon May 1 20:41:32 2006 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TWFya28gTcOka2Vsw6Q=?= X-Patchwork-Id: 12296 Received: from gw01.mail.saunalahti.fi ([195.197.172.115]) by www.linuxtv.org with esmtp (Exim 4.50) id 1FafD4-0000TU-DY for vdr@linuxtv.org; Mon, 01 May 2006 22:41:34 +0200 Received: from localhost (YZMKDCX.dsl.saunalahti.fi [85.76.49.11]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id ACCEA11BFE1 for ; Mon, 1 May 2006 23:41:32 +0300 (EEST) Date: Mon, 1 May 2006 23:41:32 +0300 From: Marko =?iso-8859-1?B?TeRrZWzk?= To: vdr@linuxtv.org Message-ID: <20060501204132.GB7557@localhost.localdomain> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060403 Subject: [vdr] Missing commas after i18n.c strings in vdr 1.4.0 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 20:41:34 -0000 Status: O X-Status: X-Keywords: X-UID: 9239 When I press the buttons Schedule, 0, 0 on the RCU, the OSD title appears in Polish (I guess), although I've chosen Finnish as the OSD language. I think that the bug is in the Italian translation string, which will be fused with the empty string literal on the following line due to missing comma separator. Here is my suggested patch: Marko --- i18n.c.orig 2006-05-01 21:42:34.000000000 +0300 +++ i18n.c 2006-05-01 23:38:32.000000000 +0300 @@ -484,7 +484,7 @@ const tI18nPhrase Phrases[] = { { "This event - all channels", "Diese Sendung - alle Kanäle", "Ta oddaja - vsi kanali", - "Questo evento - tutti i canali" + "Questo evento - tutti i canali", "",//TODO "",//TODO "Cet événement - toutes les chaînes", @@ -1703,7 +1703,7 @@ const tI18nPhrase Phrases[] = { "Aucun cryptage", "",//TODO "vapaa", - "nieszyfrowany" + "nieszyfrowany", "en abierto", "",//TODO "Okodad",