You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: