[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Arabic plural forms issues
- To: Documentation and Translation <doc at arabeyes dot org>
- Subject: Re: Arabic plural forms issues
- From: Youssef Chahibi <chahibi at gmail dot com>
- Date: Wed, 30 Aug 2006 21:50:03 +0000
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=VBV2wpxMpGPj23bEHWQBF8GXo2hIaUz8Hyr1EPbnRXUmyIuAb0vwqKhUr9WZbRp+UxE7nccjhcIiw/PrbJAoKvYaSx919ykI2SmkVdZo/MCbbWcckAo90yhRhl7IgZ5SiSU5m5ZzCIROFEjdZ6KrUuNZRU5pVh5kxuSDnA3gqJ4=
- User-agent: KMail/1.9.3
السلام عليكم
I asked KDE developers, there is no problem removing variables in KDE.
[Sat Aug 26 2006] [22:52:52] <chahibi> Arabic uses a plural form (dual [2])
that doesn't need a variable, but removing a variable can cause a program to
segfault
[Sat Aug 26 2006] [22:57:27] <tronical> we generally use QString::arg() for
the substitution, not (s)printf. so removing arguments should be fine and
QString("blah").arg("foo") should be a noop and just return "blah"