mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Add romanian and fix ordering
This commit is contained in:
parent
3996cc0c6b
commit
920096d061
1 changed files with 8 additions and 3 deletions
|
@ -211,12 +211,19 @@ class Scratch3Text2SpeechBlocks {
|
||||||
'pt': {
|
'pt': {
|
||||||
name: 'Portuguese (European)'
|
name: 'Portuguese (European)'
|
||||||
},
|
},
|
||||||
|
'ro': {
|
||||||
|
name: 'Romanian',
|
||||||
|
singleGender: true
|
||||||
|
},
|
||||||
'ru': {
|
'ru': {
|
||||||
name: 'Russian'
|
name: 'Russian'
|
||||||
},
|
},
|
||||||
'es': {
|
'es': {
|
||||||
name: 'Spanish (European)'
|
name: 'Spanish (European)'
|
||||||
},
|
},
|
||||||
|
'es-419': {
|
||||||
|
name: 'Spanish (Latin American)'
|
||||||
|
},
|
||||||
'sv': {
|
'sv': {
|
||||||
name: 'Swedish',
|
name: 'Swedish',
|
||||||
singleGender: true
|
singleGender: true
|
||||||
|
@ -225,9 +232,6 @@ class Scratch3Text2SpeechBlocks {
|
||||||
name: 'Turkish',
|
name: 'Turkish',
|
||||||
singleGender: true
|
singleGender: true
|
||||||
},
|
},
|
||||||
'es-419': {
|
|
||||||
name: 'Spanish (Latin American)'
|
|
||||||
},
|
|
||||||
'zh-cn': {
|
'zh-cn': {
|
||||||
name: 'Chinese (Simplified)',
|
name: 'Chinese (Simplified)',
|
||||||
singleGender: true
|
singleGender: true
|
||||||
|
@ -262,6 +266,7 @@ class Scratch3Text2SpeechBlocks {
|
||||||
'pl': 'pl-PL', // Polish
|
'pl': 'pl-PL', // Polish
|
||||||
'pt-br': 'pt-BR', // Portuguese (Brazilian)
|
'pt-br': 'pt-BR', // Portuguese (Brazilian)
|
||||||
'pt': 'pt-PT', // Portuguese (European)
|
'pt': 'pt-PT', // Portuguese (European)
|
||||||
|
'ro': 'ro-RO', // Romanian
|
||||||
'ru': 'ru-RU', // Russian
|
'ru': 'ru-RU', // Russian
|
||||||
'es': 'es-ES', // Spanish (European)
|
'es': 'es-ES', // Spanish (European)
|
||||||
'es-419': 'es-US', // Spanish (Latin American)
|
'es-419': 'es-US', // Spanish (Latin American)
|
||||||
|
|
Loading…
Reference in a new issue