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:
@@ -515,6 +515,10 @@ const languages = [
|
|||||||
name: 'Portuguese',
|
name: 'Portuguese',
|
||||||
id: 'pt',
|
id: 'pt',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Portuguese (Brazil)',
|
||||||
|
id: 'pt_BR',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Punjabi',
|
name: 'Punjabi',
|
||||||
id: 'pa',
|
id: 'pa',
|
||||||
|
|||||||
Reference in New Issue
Block a user