[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Arabic plural forms issues



السلام عليكم
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"