Hans Meine wrote: > On Donnerstag 06 November 2008, Duncan Webb wrote: >> Moved colon to allow translations to work >> Fix suggested by Helmut >> [...] >> - lines.append('%s %s' % (_('As of:'), [...] >> + lines.append('%s: %s' % (_('As of'), [...] > > The proper fix would be: > lines.append(_('As of: %s'), ... > > (There will always be languages where e.g. the "as of" should be at the end > of > the line, or around the time.)
You may well be correct, I don't really know. The idea is to minimise the use of python format strings as when these are not correct freevo crashes and this happens quite often. What happens is that the i18n often generates a fuzzy match so: 'As of: %s' is translated as: 'As of' And then it goes opps. Duncan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel