fix: improve response language handling and configuration documentation

This commit is contained in:
mrT23
2025-02-27 10:50:28 +02:00
parent 222f276959
commit af635650f1
3 changed files with 18 additions and 10 deletions

View File

@ -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