Krita status & todo (21/11/06)
Sven Langkamp
sven.langkamp at gmail.com
Wed Nov 22 16:21:33 CET 2006
On 11/22/06, Casper Boemann <cbr at boemann.dk> wrote:
> if you mean
> KisnameServer("layer %1",1)
> {
> return i18n(string).arg(num)
> }
> then ok
No, this is not translatable because "layer %1" would not be added to the
dictionary.
but if you mean
> KisNameServer(i18n("layer")),1)
> {
> return string + string(num)
> }
>
> then no
Right that would be wrong too.
I commited in revision 606838, the nameserver now provides only a unique
number like i18n("foo %1", nameserver->number())
Maybe it's wrong to call it "nameserver" then.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kimageshop/attachments/20061122/c8dfcfa5/attachment.html
More information about the kimageshop
mailing list