Feat: Translate the maxRounds field of the chat settings #3221 (#10010)

### What problem does this PR solve?

Feat: Translate the maxRounds field of the chat settings #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-09-10 10:56:34 +08:00
committed by GitHub
parent 5cf2c97908
commit a9cc992d13
5 changed files with 21 additions and 18 deletions

View File

@ -42,9 +42,9 @@ export function DynamicVariableForm() {
</Button>
</div>
<div className="flex gap-2 pr-12 text-text-secondary text-xs">
<span className="flex-1">Key</span>
<span className="flex-1">{t('chat.key')}</span>
<span className="w-3"></span>
<span className="flex-1">Optional</span>
<span className="flex-1">{t('chat.optional')}</span>
</div>
<div className="space-y-5">
{fields.map((field, index) => {