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
@jtpio would it be enough to use the ITranslator ?
Don't we have to provide also the translations for each sentence somewhere (i.e. in language packs directly) ?
Problem
Briefly looking at the code, it looks like there are a couple more strings could be localized using the JupyterLab translator, for example:
jupyter-chat/packages/jupyterlab-collaborative-chat/src/index.ts
Line 341 in f3ba6e0
Proposed Solution
Use the
ITranslator
in more places.The text was updated successfully, but these errors were encountered: