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

ITranslationManager.register_translation not working #396

Open
cyriltata opened this issue Feb 10, 2022 · 0 comments
Open

ITranslationManager.register_translation not working #396

cyriltata opened this issue Feb 10, 2022 · 0 comments

Comments

@cyriltata
Copy link

I have installed pam and set up my language folders ("de" and "en") with "de" being the default. I created and object within the "de" folder and another object within the "en" folder.

When I call ITranslationManager(de_object).register_translation('en', en_object), the code runs and throws no exception but then when I use the language flag to switch between these items nothing happens. So if I am on de_object and click on the en flag, I get sent to the root language folder.

What could be the cause of the code running with no issues but then translation is not registered?

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

No branches or pull requests

2 participants