mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-03-26 02:51:49 +01:00
add morse alphabet
This commit is contained in:
@@ -120,3 +120,84 @@ var mathCards = {
|
||||
'japanese': '十'
|
||||
}
|
||||
};
|
||||
|
||||
var alphabetCards = {
|
||||
'A': {
|
||||
'morse': '.-'
|
||||
},
|
||||
'B': {
|
||||
'morse': '-...'
|
||||
},
|
||||
'C': {
|
||||
'morse': '-.-.'
|
||||
},
|
||||
'D': {
|
||||
'morse': '-..'
|
||||
},
|
||||
'E': {
|
||||
'morse': '.'
|
||||
},
|
||||
'F': {
|
||||
'morse': '..-.'
|
||||
},
|
||||
'G': {
|
||||
'morse': '--.'
|
||||
},
|
||||
'H': {
|
||||
'morse': '....'
|
||||
},
|
||||
'I': {
|
||||
'morse': '..'
|
||||
},
|
||||
'J': {
|
||||
'morse': '.---'
|
||||
},
|
||||
'K': {
|
||||
'morse': '-.-'
|
||||
},
|
||||
'L': {
|
||||
'morse': '.-..'
|
||||
},
|
||||
'M': {
|
||||
'morse': '--'
|
||||
},
|
||||
'N': {
|
||||
'morse': '-.'
|
||||
},
|
||||
'O': {
|
||||
'morse': '---'
|
||||
},
|
||||
'P': {
|
||||
'morse': '.--.'
|
||||
},
|
||||
'Q': {
|
||||
'morse': '--.-'
|
||||
},
|
||||
'R': {
|
||||
'morse': '.-.'
|
||||
},
|
||||
'S': {
|
||||
'morse': '...'
|
||||
},
|
||||
'T': {
|
||||
'morse': '-'
|
||||
},
|
||||
'U': {
|
||||
'morse': '..-'
|
||||
},
|
||||
'V': {
|
||||
'morse': '...-'
|
||||
},
|
||||
'W': {
|
||||
'morse': '.--'
|
||||
},
|
||||
'X': {
|
||||
'morse': '-..-'
|
||||
},
|
||||
'Y': {
|
||||
'morse': '-.--'
|
||||
},
|
||||
'Z': {
|
||||
'morse': '--..'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user