Leandro Regueiro
Leandro Regueiro
> This information is based on what I saw in `lang/common.py`. Please let me know if you need further information. > > ``` python > code = "pt_BR" > fullname...
@josephgbr We can arrange some script to automatically check several thousands of strings if you have access to that amount of strings. Of course before that we have to write...
@josephgbr Yes, that should work, at least to tell if something goes obviously wrong. Will ping you once we get back to this issue.
Added test for this issue in 7eafa580c5d73.
Issue #3387 is related to this.
Perhaps addressed in PR https://github.com/translate/translate/pull/3375
No, not addressed in https://github.com/translate/translate/pull/3375 since that is about checks, not placeables.
I don't think this is a critical failure since IMHO it is a good practice to place "%s" together and not separate like "% s". But if you are willing...
As commented in https://github.com/translate/translate/pull/3375#issuecomment-209298996 I am postponing it since the proposed fix introduces a 20% increase in the time it takes to run the printf check. After 2.0 release we...
For the record, we will be moving the checks feature out of Translate Toolkit after new Translate Toolkit version that will be released next week. Checks will be imported into...