Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 040989F7E for ; Thu, 12 Apr 2012 14:54:40 +0000 (UTC) Received: (qmail 90301 invoked by uid 500); 12 Apr 2012 14:54:39 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 90252 invoked by uid 500); 12 Apr 2012 14:54:39 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 90244 invoked by uid 99); 12 Apr 2012 14:54:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 14:54:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jogischmidt@googlemail.com designates 209.85.210.48 as permitted sender) Received: from [209.85.210.48] (HELO mail-pz0-f48.google.com) (209.85.210.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 14:54:33 +0000 Received: by dadp12 with SMTP id p12so3210608dad.7 for ; Thu, 12 Apr 2012 07:54:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=BOqtDKGKQGCuSb/6e/MoTJFldputWGAz6mqpOLsh/oA=; b=BTMQPROXAgjTqnR57/U3IQ8pWHg+bcLsy7PEWlXujscJC+u1iRzG0fBfhgASPPyhKg GbdmoLMPHWT1QR51NYKTMPkAZ31jtiFfW8UaXcwAM5R76UptJxja5GVOOv5007Gg01gB d9gAWsYWbgzJN4lYBsdpmgXRFwKOPpe1qmFJJXSKp1vaxsl9Py60R4dPmxcn9XA/pysw qqK7xDEcsyvyGyNvhXzHjQhT4dv1OV0O7U60r9+qN+iC/Wn3gjgpjqkw2Y4+KCea9WQX htWj6NMjmAyTKvRFle1oqszf7LgIWJ9AyX9GxNo0rfBiwOTjd8PYlvgZ9+ewPhBCRDJS 5rMQ== Received: by 10.68.138.163 with SMTP id qr3mr3319494pbb.77.1334242453200; Thu, 12 Apr 2012 07:54:13 -0700 (PDT) Received: from [10.5.22.197] ([219.141.184.162]) by mx.google.com with ESMTPS id oe2sm1356359pbb.37.2012.04.12.07.54.08 (version=SSLv3 cipher=OTHER); Thu, 12 Apr 2012 07:54:12 -0700 (PDT) Message-ID: <4F86EC87.5070300@googlemail.com> Date: Thu, 12 Apr 2012 16:53:59 +0200 From: =?ISO-8859-1?Q?J=FCrgen_Schmidt?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: "ooo-dev@incubator.apache.org" Subject: Re: [RELEASE]: showstopper Bug 119215 - save operation fail and prompt continuing to save endlessly on r1309668-Chinese China (zh-CN) version References: <4F86A3BB.1080008@googlemail.com> In-Reply-To: <4F86A3BB.1080008@googlemail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 4/12/12 11:43 AM, J�rgen Schmidt wrote: > Hi, > > I was just short in front of starting the vote for our RC after > uploading a new Windows version based on r1310206 to have the same > version on all platforms. > > But we have found a further serious issue that is definitely a showstopper > > Bug 119215 - save operation fail and prompt continuing to save endlessly > on r1309668-Chinese China (zh-CN) version > > I was able to confirm it for pt-Br on MacOS. We have to analyze this > problem. It seems to be a relation with partly wrong/missing > translations and the save problem that we didn't understand right now. > > Both pr-Br and zh-CN versions have the problem with a partly wrong > translation, at least some menu items are still English and in both > versions saving of a new document is not possible. > > Maybe other languages are effected as well... > > I will keep you informed! > > Juergen > I believe that I have found the problem. I have to built now again over night to verify it. I will keep you informed... We use language id's like pt-BR, zh-CN, ... and on the pootle server they are pt_BR, zh_CN. That seems to be a problem that for all languages with a "-" the localize.sdf file contains "_" and the conversion into xcu files doesn't understand both and generated nothing. Well I am guessing right now only because it is late in China and I still have some Jet lag but the built is running and I will see the result tomorrow morning. Hopefully that will fix the problem and we can move on with our RC ;-) Good night Juergen PS: I am not sure if it can be changed on pootle, I have to check it. Otherwise we have to convert it on fly before we check the sdf files.