WeblateOrg / WeblateOrg/weblate
[Feature] Automatic reverse translations and similarity scores in the list of translations
- Dominant language
- Python
- Stars
- 6.1k
- Forks
- 1.4k
- Avg merge
- 9h 53m
- Merged PRs (30d)
- 395
Description
### Describe the problem
# Reviewing and verifying the translations submitted by the external contributors.
While the translations are submitted by the community, the software vendor is still both responsible and accountable for their correctness, so they have to be verified. Currently it is only possible by visually comparing proposed translations with the automatic suggestions. Also, in non-latin languages (Chinese, Arabic, etc.) it is not as simple. Another current way to verify translations is by translating the suggestions with google translate and comparing them with the source string.
### Describe the solution you'd like
Several things would hugely help
- Automatic reverse translations (not of source strings to the target language, but in the opposite direction)
- Batching these translations so it doesn't require opening a word for it to happen
- Showing a similarity score of reverse translation to a source string, allowing to filter and order by these translations, so only outliers with a low similarity scores need to be reviewed.
### Describe alternatives you've considered
_No response_
### Screenshots
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.