jupyterlab/jupyterlab
View on GitHubUpdate `examples` folder to include localization.
Open
#8,828 opened on Aug 13, 2020
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!