1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2025-01-18 13:17:59 +00:00

Added NATO phonetic alphabet (2.0.3)

This commit is contained in:
Romein van Buren 2023-05-05 12:42:59 +02:00
parent 237fb6ab2f
commit d99ab630fd
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49
4 changed files with 6 additions and 4 deletions

View File

@ -71,4 +71,4 @@ console.log(alphabets.<alphabetYouWantToUse>);
(c) 2021-2023 Romein van Buren. Licensed under the MIT license.
For the full copyright and license information, please view the [`license.md`](./license.md) file that was distributed with this source code.
For the full copyright and license information, please view the [`LICENSE.md`](./LICENSE.md) file that was distributed with this source code.

View File

@ -14,6 +14,8 @@
"latin": ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"],
"nato": ["Alfa", "Bravo", "Charlie", "Delta", "Echo", "Foxtrot", "Golf", "Hotel", "India", "Juliett", "Kilo", "Lima", "Mike", "November", "Oscar", "Papa", "Quebec", "Romeo", "Sierra", "Tango", "Uniform", "Victor", "Whiskey", "Xray, x-ray", "Yankee", "Zulu"],
"norwegian": ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "æ", "ø", "å"],
"russian": ["а", "б", "в", "г", "д", "е", "ё", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ы", "ь", "э", "ю", "я"],

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "alphabets",
"version": "2.0.2",
"version": "2.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "alphabets",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT"
}
}

View File

@ -9,7 +9,7 @@
"url": "https://github.com/garraflavatra/alphabets.git"
},
"version": "2.0.2",
"version": "2.0.3",
"author": "Romein van Buren <romein@vburen.eu>",
"license": "MIT",