mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-07 22:30:38 +08:00
fix: improve response language handling and configuration documentation
This commit is contained in:
@ -67,12 +67,12 @@ Example:
|
||||
|
||||
```toml
|
||||
[config]
|
||||
response_language: "ja-JP"
|
||||
response_language: "it-IT"
|
||||
```
|
||||
|
||||
This will set the response language globally for all the commands to Japanese.
|
||||
This will set the response language globally for all the commands to Italian.
|
||||
|
||||
> **Important:** Note that only dynamic text generated by the AI model is translated to the configured language. Static text such as labels and table headers that are not part of the AI modeles response will remain in US English.
|
||||
> **Important:** Note that only dynamic text generated by the AI model is translated to the configured language. Static text such as labels and table headers that are not part of the AI models response will remain in US English. In addition, the model you are using must support the specified language.
|
||||
|
||||
## Working with large PRs
|
||||
|
||||
|
Reference in New Issue
Block a user