WeblateOrg / WeblateOrg/weblate
Translation check inheritance
- Dominant language
- Python
- Stars
- 6.1k
- Forks
- 1.4k
- Avg merge
- 9h 53m
- Merged PRs (30d)
- 395
Description
### 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
- [X] I've read and searched [the documentation](https://docs.weblate.org/).
- [X] I've searched for similar filed issues in this repository.
### Steps to reproduce the behavior
1. Add more than one language to translate, say German and Spanish
2. Add one key in parent language (English)
3. When you do the translation in German set the max length
4. Same will be shown on Spanish key
5. I want to set this as different values for example German Max-length : 10 and for Spanish Max-length : 12
### 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_
Contributor guide
Assessment
This issue has not been assessed yet.