mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
feat: add --chat-language argument for specifying chat language
This commit is contained in:
parent
e4cbbb1fa8
commit
2bcc9a54a9
1 changed files with 6 additions and 0 deletions
|
@ -491,6 +491,12 @@ def get_parser(default_config_files, git_root):
|
||||||
default="en",
|
default="en",
|
||||||
help="Specify the language for voice using ISO 639-1 code (default: auto)",
|
help="Specify the language for voice using ISO 639-1 code (default: auto)",
|
||||||
)
|
)
|
||||||
|
group.add_argument(
|
||||||
|
"--chat-language",
|
||||||
|
metavar="CHAT_LANGUAGE",
|
||||||
|
default=None,
|
||||||
|
help="Specify the language to use in the chat (default: None, uses system settings)",
|
||||||
|
)
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--version",
|
"--version",
|
||||||
action="version",
|
action="version",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue