Open jaigudess opened 1 month ago
The flags are currently set per source string in Weblate. They could be set for individual translations when parsed from the translation files, see https://docs.weblate.org/en/latest/formats.html#translation-flags
This issue has been put aside. It is currently unclear if it will ever be implemented as it seems to cover too narrow of a use case or doesn't seem to fit into Weblate.
Please try to clarify the use case or consider proposing something more generic to make it useful to more users.
Describe the issue
I have requirement, where once the translation is approved user can change the translation but its max-length or max-size should not be greater than then previously approved translation length. So i manually set the mx-size and max-length, but it is getting inherited to other languages with same keys.
How to fix this
I already tried
Steps to reproduce the behavior
Expected behavior
flags values getting inherited, which i guess is default but I want to set it manually for each translation
Screenshots
No response
Exception traceback
No response
How do you run Weblate?
Docker container
Weblate versions
No response
Weblate deploy checks
No response
Additional context
No response