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 324127fead)
mr13.0.1
Marco Capetta 4 months ago
parent 9a43b0f94c
commit 6f1ae73cad

@ -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