jupyterlab/jupyterlab

Update `examples` folder to include localization.

Open

#8,828 opened on Aug 13, 2020

View on GitHub
 (6 comments) (0 reactions) (0 assignees)TypeScript (13,454 stars) (2,937 forks)batch import
good first issuemaintenancetag:Examples

Description

Task

After the localization work, the examples folder kept working as expected but the code does not make active use of localization.

In order to promote localizable code, it would be great to be able to showcase the bundled examples following the translation pattern.

Proposed Solution

Update the code in the examples folder to use an actual ITranslator (instead of the nullTranslator that is provided under the hood, and does nothing)

Additional context

Ping me for questions!

Contributor guide

Update `examples` folder to include localization. · jupyterlab/jupyterlab#8828 | Good First Issue