JupyterLab Language Pack Translations Helper
Project description
jupyterlab-translate
This package is used to generate language packs for the JupyterLab ecosystem.
This package performs the following tasks common on JupyterLab core and external extensions:
- Extract strings from code in
*.py
,*.ts
,*.tsx
files. - Extract strings from JSON schema files.
- Create gettext
*.pot
catalogs. - Removes duplicate strings from catalogs.
- Create gettext
*.po
catalogs for specific languages. - Compile catalogs to
*.mo
and*.json
format to be consumed by the JupyterLab frontend. - Provide a Hatch Build Hook to compile catalogs when building wheels.
- Update the list of contributors from Crowdin project.
Installation
Pip
pip install jupyterlab-translate
You will also need to install nodejs
>= 14.
Conda
conda install jupyterlab-translate -c conda-forge
Usage
Bundle catalogs as part of a language pack
This is the recommended way of distributing your localization catalogs.
Visit the language packs repository.
Bundle catalogs with packages
jupyterlab-translate extract <JLAB-EXTENSION-DIR> <JLAB-EXTENSION-NAME>
jupyterlab-translate update <JLAB-EXTENSION-DIR> <JLAB-EXTENSION-NAME> -l es-ES
jupyterlab-translate compile <JLAB-EXTENSION-DIR> <JLAB-EXTENSION-NAME>
Development
Typescript extractor
To extract translatable strings from typescript files, this package relies on
gettext-extract
. To ease its
installation and usage, that tool is packaged within the python package by
creating a monolithic JavaScript file using @vercel/ncc
compiler.
To update the monolithic file, have a look at the release file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jupyterlab_translate-1.3.0.tar.gz
.
File metadata
- Download URL: jupyterlab_translate-1.3.0.tar.gz
- Upload date:
- Size: 856.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75b58b9f612bc483e709b0444ba5fc1fd9959c3760034b30c2fc68ea2cb18a86 |
|
MD5 | d3020a5c70daaa63b747bafa1afc74a0 |
|
BLAKE2b-256 | 044a1c46f0aa2319d0dd426bb0177540b24d57470a562a6c4ff190d72e573697 |
File details
Details for the file jupyterlab_translate-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: jupyterlab_translate-1.3.0-py3-none-any.whl
- Upload date:
- Size: 854.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40d16bfeef774bb7cc173e2925b8206ff522e016062ea938410602738db3a842 |
|
MD5 | cd06c06899a8434f57abef059a9d2d7d |
|
BLAKE2b-256 | 07e24e64ba063b6aaf469831f8437b65f194b6d1c732581f3537eb603fee2502 |