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 am using the nestsjs-i18n library and I want to use it together with nestsjs-telegraf. However, I encountered an issue that the custom resolver does not work due to the lack of support for the Telegraf context.
It would be very helpful if you could add the ability to use custom contexts to ensure compatibility with nestsjs-telegraf and other libraries that may require custom contexts.
The text was updated successfully, but these errors were encountered:
Same issue here, I'm trying to localize my bot. I didn't understand anything about context, since docs are missing this info. I tried to implement custom resolver, but it is not getting used (not sure what is used instead). Also, I can see such warning:
WARN [I18nService] context type: telegraf not supported
So far, I did workaround to call t method with passing lang parameter directly from service.
Hello,
I am using the nestsjs-i18n library and I want to use it together with nestsjs-telegraf. However, I encountered an issue that the custom resolver does not work due to the lack of support for the Telegraf context.
It would be very helpful if you could add the ability to use custom contexts to ensure compatibility with nestsjs-telegraf and other libraries that may require custom contexts.
The text was updated successfully, but these errors were encountered: