RE: Can not translate %s%s%s
From: Jonathan Potter <listsub_at_lss.com.au>
Date: Wed, 16 Dec 2009 14:24:24 +1100
For what it's worth, in Opus we use the FormatMessage function which supports indexed parameters using %1, %2, %3 etc. By default the parameters are strings but sprintf-style modifiers can be used to support other parameter types (%1!ld! for unsigned long, etc).
Presumably it would be a simple thing to write a program or script to "convert" all the existing translations to indexed parameters, and then the translators could go through and update strings as necessary.
Cheers,
> -----Original Message-----
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.