Replies: 2 comments
-
The problem was with the key that we used to add it to the dictionary. When I've added it with null as context it works |
Beta Was this translation helpful? Give feedback.
0 replies
-
Why not?!! you can create your translation provider, I already did something similar in Data Localization module in OrchardCoreContrib (OCC) https://github.com/OrchardCoreContrib/OrchardCoreContrib/tree/main/src/OrchardCoreContrib.Localization/Data |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Because we need a fast way to add translations to our websites we created a module to add the translations in the dashboard.
We've created a TranslationProvider that handles this and the translations are correctly added to the CultureDictionary.
However, when we try to translate this in our liquid template the original is showed instead of the translation. We would like to know if something like this is possible and if we need to do some additional steps in order to make this work.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions