- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for langs_json (0.04 sec)
-
scripts/docs.py
error_path.unlink() else: shutil.rmtree(error_path) raise typer.Exit(1) print("No non-translated pages found ✅") @app.command() def langs_json(): langs = [] for lang_path in get_lang_paths(): if lang_path.is_dir() and lang_path.name in SUPPORTED_LANGS: langs.append(lang_path.name) print(json.dumps(langs))
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Dec 21 17:40:17 UTC 2025 - 16.9K bytes - Viewed (0)