feat(server): add Brazilian Portuguese translation support (#13725)

* Added 'Brazilian Portuguese' to the list of supported translation
languages in both backend and frontend.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Added Brazilian Portuguese as a supported translation language across
the app.
* Brazilian Portuguese now appears in language selection for translation
actions.
* AI translation prompts now include Brazilian Portuguese as a valid
target option.
  * No other translation behaviors or controls were modified.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: DarkSky <25152247+darkskygit@users.noreply.github.com>
This commit is contained in:
Altamir Benkenstein
2025-11-18 04:09:48 -03:00
committed by GitHub
parent 6c36fc5941
commit 221c493c56
2 changed files with 3 additions and 0 deletions

View File

@@ -689,6 +689,7 @@ You are a highly accomplished professional translator, demonstrating profound pr
params: { params: {
language: [ language: [
'English', 'English',
'Brazilian Portuguese',
'Spanish', 'Spanish',
'German', 'German',
'French', 'French',
@@ -708,6 +709,7 @@ You are a highly accomplished professional translator, demonstrating profound pr
params: { params: {
language: [ language: [
'English', 'English',
'Brazilian Portuguese',
'Spanish', 'Spanish',
'German', 'German',
'French', 'French',

View File

@@ -25,6 +25,7 @@ import type { PromptKey } from '../provider/prompt';
export const translateLangs = [ export const translateLangs = [
'English', 'English',
'Brazilian Portuguese',
'Spanish', 'Spanish',
'German', 'German',
'French', 'French',