Michal Čihař

Results 788 comments of Michal Čihař

That's true at every level - for example, when a translation is removed, all related changes are removed as well. Why do you think it would be useful to keep...

The changes for removed string wouldn't be associated with new one. Because of that I think most users wouldn't find these.

Currently, changes are kept as long the string still exists. Once the string is removed, related changes are removed as well. People typically look at string changes, or at recent...

The translate document workflow is indeed a bit clumsy. The uploaded document is stored in the internal repository and then normal configuration flow is started. In your case, the autodetection...

The issue is not in the txt formats, but rather in the setup - you need to manually guess the filemask - it is `/*.txt`, monolingual base file should be...

I'm unsure right now, but maybe the updating happens in the background. Have you tried reloading the page again once doing the change? Still, such behavior would be a bug...

Makes sense. On the other side, I wanted to have the option to fully override or disable this as well.

See 1d093bc2795 for example how such setting was introduced.

Let's stick with the basic stuff for now - add delete option to "Automatic suggestions" tab. That will allow deleting wrong entries without adding a complex user interface. The question...

As for the removal, I think best would be a separate endpoint which would get just `id` of `Memory` object - in the end, it's the only backend where deletion...