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
There could be a pass on the code base to add support for translation. That would mean adding a dependency on ITranslator and using it for user facing text, like in this example:
For now user facing strings are not necessarily translated and most of them are hardcoded in English:
voila-gridstack/packages/jupyterlab-gridstack/src/editor/components/metadata.tsx
Line 67 in 9879049
There could be a pass on the code base to add support for translation. That would mean adding a dependency on
ITranslator
and using it for user facing text, like in this example:The text was updated successfully, but these errors were encountered: