Initializing the i18n
class in other contexts...?
#460
Replies: 1 comment
-
you can see an example of how it is done in service https://nestjs-i18n.com/quick-start#translate-stuff- |
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
-
Can we get some examples of working with translation in "non-controller" and "non-injected" manners? For example can I simply:
const myi118n = new I18nContext()
I'd like to get a fuller sense of how it can be more freely used throughout the application.
Beta Was this translation helpful? Give feedback.
All reactions