From 2c567065056549955e90614772aa38aa75b4380f Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Mon, 29 Dec 2025 19:32:13 +0100 Subject: [PATCH] Add more supported languages --- scripts/cmpr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cmpr.py b/scripts/cmpr.py index 6709342595..f25240175b 100644 --- a/scripts/cmpr.py +++ b/scripts/cmpr.py @@ -19,7 +19,7 @@ VSCODE_COMMAND = os.getenv( # TBD: `Literal` is not supported in typer 0.16.0, which is the # version given in the requirements-docs.txt. # Shall we upgrade that requirement to 0.20.0? -LANGS = Literal["es", "de", "ru", "pt", "uk", "fr"] +LANGS = Literal["es", "de", "ru", "pt", "uk", "fr", "ja", "ko"] non_translated_sections = (