From: Stu T. <st...@no...> - 2006-03-03 21:53:08
|
On Fri, 2006-03-03 at 22:33 +0100, Bjoern Voigt wrote: > $ cvs log -r 1.398 src/protocols/msn/msn.c > revision 1.398 > date: 2006/03/03 14:05:43; author: nosnilmot; state: Exp; lines: +148 -46 > Working parsing for the new MSN profiles. Much of this is #if 0'd out as it > adds new strings - someone should remind me to undo that when we've thawed. ... wishful thinking, hey? > The code is #if 0'd. But gettext also searches for new strings in "if > 0"-regions. Therefore we still see much untranslated and fuzzy strings. Sorry about that, I thought gettext was clever like that. > What is the best solution for this problem within a "non-strict" string > freeze? I don't think the introduction of this many not absolutely necessary strings is fair on you guys even during a "non-strict" string freeze. > My suggestions > > 1. If all of us have enough time until release, we can translate the > new strings. nosnilmot can active the new code then. > 2. We can change the _() markers to P_() markers in the new code like > in the imported GTK+ files. I've done something similar to 2 now. Let me know if I've caused any other problems. Regards, Stu. |