Fix new languages (cy_GB, CW)
This commit is contained in:
parent
fa20a25852
commit
9c92f84026
Binary file not shown.
@ -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'
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user