From kde-i18n-doc Wed Apr 13 14:58:29 2005 From: Stephan Kulow Date: Wed, 13 Apr 2005 14:58:29 +0000 To: kde-i18n-doc Subject: Re: KDE4 Message-Id: <200504131658.30710.coolo () kde ! org> X-MARC-Message: https://marc.info/?l=kde-i18n-doc&m=111340432729137 Am Mittwoch 13 April 2005 16:49 schrieb Thierry Vignaud: > Hasso Tepper writes: > > > There are two major features in our enhanced version AFAIK: plural > > and context handling. Plural handling is there in gettext, but > > context handling isn't. Even worse, gettext documentation says that > > if someone wants to have such feature, he has to implement it in his > > own project ([1] 10.2.6). > > context handling can be done in a layer upon gettext (just droping > every lines begining by "_: ") > This is what the code already does. But we need to change the code from i18n("context", "string") to i18n("_: context\nstring") and I don't really want to know how many do an error here - a bit support from a tool would have been nice ;( But perhaps we can change the code before we call xgettext - you know I'm mean, but I for sure want to dump our patched version. Greetings, Stephan