Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions notebook/i18n/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ pybabel extract -F babel_nbjs.cfg -o nbjs.pot --no-wrap --project Jupyter .

After this is complete you have 3 `.pot` files that you can give to a translator for your favorite language.

Finding and translating the `.pot` files and the `.json` file can be done with the following repository,
[GitHub Repository Link](https://github.com/berendjan/Jupyter-Notebook-Azure-Translator.git),
however this requires an Azure account which provides a free translations API up to 2M characters, this
is more than enough for the translation of the 3 `.pot` files.

### Messages compilation

After the source material has been translated, you should have 3 `.po` files with the same base names
Expand Down
3 changes: 2 additions & 1 deletion notebook/i18n/nbjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"domain": "nbjs",
"supported_languages": [
"fr-FR",
"zh-CN"
"zh-CN",
"nl"
],
"locale_data": {
"nbjs": {
Expand Down
Loading