jupyterlab / frontends-team-compass

A repository for team interaction, syncing, and handling meeting notes across the JupyterLab ecosystem.
https://jupyterlab-team-compass.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
59 stars 30 forks source link

Localization: Move goanpeca/jupyterlab-translate to the organization #86

Closed goanpeca closed 4 years ago

goanpeca commented 4 years ago

For the localization work, to be able to extract/update/ and compile strings found in code, https://github.com/goanpeca/jupyterlab-translate/ was created as a small tool wrapping pybabel (py package) + gettext-extract (npm pkg) plus some extra tooling to create the JSON bundles that are sent to the Translator Extension in the frontend.

I still need to do some cleanup and write some docs, but currently, the package is "a dependency" for the translation/localization workflow. It could eventually become a dependency of JLab+extension to provide the extraction tools right from the JLab interface.

goanpeca commented 4 years ago

This has been migrated! Thanks

Closing.