Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get reverse translation? #42

Open
fhg-isi opened this issue Apr 18, 2024 · 1 comment
Open

How to get reverse translation? #42

fhg-isi opened this issue Apr 18, 2024 · 1 comment

Comments

@fhg-isi
Copy link

fhg-isi commented Apr 18, 2024

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?

@solaluset
Copy link

from i18n.translations import container

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants