Fix new languages (cy_GB, CW)

This commit is contained in:
Simon 2021-06-15 00:56:31 +01:00
parent fa20a25852
commit 9c92f84026
2 changed files with 33 additions and 1 deletions

Binary file not shown.

View File

@ -63,6 +63,37 @@ voiceMap = {
'notlinked': 'not-linked',
'linkedto': 'linked-to'
},
'cy_GB': {
'A': 'alpha',
'B': 'bravo',
'C': 'charlie',
'D': 'delta',
'E': 'echo',
'F': 'foxtrot',
'G': 'golf',
'H': 'hotel',
'I': 'india',
'J': 'juliet',
'K': 'kilo',
'L': 'lima',
'M': 'mike',
'N': 'november',
'O': 'oscar',
'P': 'papa',
'Q': 'quebec',
'R': 'romeo',
'S': 'sierra',
'T': 'tango',
'U': 'uniform',
'V': 'victor',
'W': 'whiskey',
'X': 'x-ray',
'Y': 'yankee',
'Z': 'zulu',
'to': 'silence',
'notlinked': 'not-linked',
'linkedto': 'linked-to'
},
'en_US': {
'to': '2',
@ -256,7 +287,8 @@ voiceMap = {
'CW': {
'to': 'silence',
'freedmr': 'silence',
'this-is': 'silence'
'this-is': 'silence',
'linkedto': 'silence'
}