🌐 Initialize translations for Traditional Chinese (#10505)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Max Su
2024-01-18 01:15:27 +08:00
committed by GitHub
parent fc8ea413eb
commit df09e0a3f6
4 changed files with 473 additions and 2 deletions

View File

@@ -76,8 +76,6 @@ def callback() -> None:
def new_lang(lang: str = typer.Argument(..., callback=lang_callback)):
"""
Generate a new docs translation directory for the language LANG.
LANG should be a 2-letter language code, like: en, es, de, pt, etc.
"""
new_path: Path = Path("docs") / lang
if new_path.exists():