fix: Add Portuguese (Brazil) to CSAT template language options (#13343)

Added Portuguese (Brazil) (`pt_BR`) to the CSAT template language
dropdown
This commit is contained in:
Muhsin Keloth
2026-01-22 15:59:24 +04:00
committed by GitHub
parent 9e97cc0cdd
commit 1f5fdd7199

View File

@@ -515,6 +515,10 @@ const languages = [
name: 'Portuguese',
id: 'pt',
},
{
name: 'Portuguese (Brazil)',
id: 'pt_BR',
},
{
name: 'Punjabi',
id: 'pa',