Michal Čihař

Results 788 comments of Michal Čihař

I've split out https://github.com/WeblateOrg/weblate/issues/7888 to handle CLDR 38+ plural changes.

Currently, these are configured separately, so it's up to the admin to configure it or not. In case it will be automatically generated from VCS location, it should honor the...

The problem is that there is same error message used for case where suggestion matches existing suggestion (where it correct) and when it matches existing translation (where the message is...

It behaves this way since 4ad9dc9796de9648705427fc8af58b2b9f8f82e8. Unfortunately, you can't make automatic assignment editable while not allowing editing of the group itself in the Django admin interface (or at least I...

The screenshot upload form is here: https://github.com/WeblateOrg/weblate/blob/f785813127b8d40b4f9d9e41d6d26f63e35ac47a/weblate/screenshots/forms.py#L40-L59 It is being rendered here: https://github.com/WeblateOrg/weblate/blob/f785813127b8d40b4f9d9e41d6d26f63e35ac47a/weblate/templates/screenshots/screenshot_list.html#L19-L32

No rules so far. Historically, there has been a single JS file, but recently, we've started to split out some logic - we now have also `weblate/static/editor/`. We're using django-crispy-forms,...

Weblate doesn't support any such conversions.

Right now, placeables are only highlighted in the editor, and there is a check triggered in case they do not match.

The problem here is that the source files are relative to some other folder than the translation file. Thus, a single link template can't work for both of them. This...