Michal Čihař
Michal Čihař
https://altcha.org/ might be a viable privacy respecting approach.
Okay, I've almost completed the implementation of Altcha in https://github.com/WeblateOrg/weblate/pull/12995. But once I started to working on tests, I've realized that this is really a poor implementation of captcha: *...
In the end, I think we need to clarify what kind of captcha we want: * Local only captcha requiring user interaction. This has zero privacy impact but is always...
Down the rabbit hole there seems to be no great solutions. PoW seems to be the solution chosen by Codeberg in https://codeberg.org/Codeberg/Community/issues/479 (even though it takes them years to implement)....
Since #12782 the warnings are captured at GitHub in the "Build packages" job, for example see https://github.com/WeblateOrg/weblate/actions/runs/11346156159?pr=12782
You're welcome!
A similar approach might be useful for bulk editing...
...and for file upload in `Translation.merge_translations`.
The file handling is done by https://github.com/translate/translate, so if something needs to be changed, it has to be done there. How does this actually work in i18next? The current assumption...
Because it was the easiest way to implement :-). Doing what you describe involves some corner cases. Possible solutions: * Introducing different plural rules which would include zero in all...