jupyterlab/jupyterlab

Update `examples` folder to include localization.

Closed

#8,828 opened on Aug 13, 2020

 (6 comments) (0 reactions) (0 assignees)TypeScript (2,937 forks)batch import
good first issuemaintenancetag:Examples

Repository metrics

Stars
 (13,454 stars)
PR merge metrics
 (Avg merge 16d 4h) (86 merged PRs in 30d)

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