- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for langs_json (0.06 seconds)
-
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))
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 17:46:10 GMT 2026 - 25.4K bytes - Click Count (0)