mirror of https://github.com/tiangolo/fastapi.git
Add more supported languages
This commit is contained in:
parent
e15cff7376
commit
2c56706505
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Reference in New Issue