I´ve been think about as simple solution as instead of adding: 'new string' = 'new string' new strings would be added as
'new string' = '***new string' now it is very easy to find all strings that are not translated. Kenneth On Jul 12, 10:51 pm, mdipierro <[email protected]> wrote: > suggestions? :-) > > On 12 Lug, 14:49, Jonathan Lundell <[email protected]> wrote: > > > On Jul 12, 2010, at 12:38 PM, mdipierro wrote: > > > >> If the developer knows that some string should be stripped, he can do: > > >> T(my_string.strip()) > > >> Not all strings should be stripped (really, I think in general cases > > >> strings must not be stripped). > > >> In some cases when I need to translate only one word or expression and > > >> I have the same word/expression with other meaning, I use spaces to > > >> get this working. > > > > Perhaps should we provide a better mechanism for this. > > > Yes.

