Fix: pt_br translation and adding pt to knoledg-add (#4674)

### What problem does this PR solve?

Fix Portuguese (Brazil) translation
Adding portuguese to Knowledge adding settings.

### Type of change

- [X] Bug Fix (non-breaking change which fixes an issue)
- [X] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: Yingfeng <yingfeng.zhang@gmail.com>
This commit is contained in:
Henrique
2025-02-05 07:20:24 -03:00
committed by GitHub
parent efbaa484d7
commit 54803c4ef2
4 changed files with 6 additions and 1 deletions

View File

@ -76,6 +76,7 @@ const ConfigurationForm = ({ form }: { form: FormInstance }) => {
<Option value="English">{t('english')}</Option>
<Option value="Chinese">{t('chinese')}</Option>
<Option value="Vietnamese">{t('vietnamese')}</Option>
<Option value="Portuguese (Brazil)">{t('portugueseBr')}</Option>
</Select>
</Form.Item>
<Form.Item