From 2d7588003d998a70cf233dc15a534a7c6cac43be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Thu, 16 May 2024 09:27:36 +0200 Subject: [PATCH] Add note about pseudo-package --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9e9932323c..1a2c3739b7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ Jupyterlab language packs. To install a specific language pack please see the [available packs](https://github.com/jupyterlab/language-packs/tree/master/language-packs). +> [!WARNING] +> The package `jupyterlab-language-pack-ach-UG` purpose is to allow translation of strings directly within JupyterLab using +> the [in-context Crowdin feature](https://developer.crowdin.com/in-context-localization/). You should not install it +> explicitly as it contains unmeaningful translation. + ## Adding a new extension Follow the instructions described in the [developer documentation](https://jupyterlab.readthedocs.io/en/stable/extension/internationalization.html) of JupyterLab.