MT#59913 Add new Portuguese language to soundset

The new Portuguese language has been added to the
available prompts and the csc ui has to propose
it as possibile predefined soundsets.

At the same time the list of languanges has been
alphabetically ordered.

Change-Id: I9fca6151ff2b856512acded2df621c708cb3b67b
(cherry picked from commit d1f390e42e)
(cherry picked from commit 49648ca55d)
mr12.5.1
Marco Capetta 4 months ago
parent 64380d87b7
commit aa84d5bed7

@ -138,44 +138,48 @@ export default {
data: this.getDefaults(),
languageOptions: [
{
value: 'en',
label: 'English'
},
{
value: 'es',
label: 'Spanish'
value: 'ar',
label: 'Arabic'
},
{
value: 'it',
label: 'Italian'
value: 'de',
label: 'German'
},
{
value: 'ro',
label: 'Romanian'
value: 'en',
label: 'English'
},
{
value: 'de',
label: 'German'
value: 'es',
label: 'Spanish'
},
{
value: 'fr',
label: 'French'
},
{
value: 'ar',
label: 'Arabic'
value: 'he',
label: 'Hebrew'
},
{
value: 'it',
label: 'Italian'
},
{
value: 'nl',
label: 'Dutch'
},
{
value: 'he',
label: 'Hebrew'
value: 'pt',
label: 'Portuguese'
},
{
value: 'pt_br',
label: 'Brazialian'
label: 'Brazilian'
},
{
value: 'ro',
label: 'Romanian'
}
],
v$: useValidate()

Loading…
Cancel
Save