Leandro Regueiro
Leandro Regueiro
I am reopening it because there is some info in this ticket that looks like it is not present in the related ticket, for example "Acholi" language.
@pereorga We are open for contributions. If you are up to it we can provide guidance.
Please put a reference on the commit message about it fixing the issue, like `Fixes #3374`, so the issue is autoclosed when we merge the PR.
I am wondering if "unmatched percent sign" should actually be a separate check. If I am not wrong current code for "printf" check doesn't detect any error on strings like...
> @unho it is up to you of course, but printf function (and python analog) will treat %d% something as 2 placeholders: As I said the error is not some...
@friedelwolff Do you mind create an issue for your valuable input?
@friedelwolff Created issue #3412 to track what you suggested in your last comment.
I did some research and here are some timings: | Before | After | | --- | --- | | 26,10 | 31,69 | | 26,58 | 31,30 | |...
Can you please share the file you are using so we can easily replicate?