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?
Lets say I have a translation file containing a section
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?