How to get reverse translation?
Open
- Dominant language
- Python
- Stars
- 246
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Lets say I have a translation file containing a section
```
de_DE:
hello: Hallo
```
How can I get the reverse translation Hallo => hello?
If there is now build-in function for reverse translation, how can I access the already read in translations to create a reverse dictionary from its entries?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.