mirror of
https://github.com/adulau/nato-converter.git
synced 2024-12-03 15:37:20 +00:00
Digits code words from ITU/IMO added
This commit is contained in:
parent
497416bd77
commit
c55c04fc11
1 changed files with 11 additions and 1 deletions
|
@ -30,7 +30,17 @@ table = {
|
|||
"w": "whiskey",
|
||||
"x": "x-ray",
|
||||
"y": "yankee",
|
||||
"z": "zulu"
|
||||
"z": "zulu",
|
||||
"0": "Nadazero",
|
||||
"1": "Unaone",
|
||||
"2": "Bissotwo",
|
||||
"3": "Terrathree",
|
||||
"4": "Kartefour",
|
||||
"5": "Pantafive",
|
||||
"6": "Soxisix",
|
||||
"7": "Setteseven",
|
||||
"8": "Oktoeight",
|
||||
"9": "Novenine"
|
||||
}
|
||||
|
||||
class IllegalStringSize(Exception):
|
||||
|
|
Loading…
Reference in a new issue