From d99ab630fd21dbd1c05b330580b106b295c2c09e Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Fri, 5 May 2023 12:42:59 +0200 Subject: [PATCH] Added NATO phonetic alphabet (2.0.3) --- README.md | 2 +- alphabets.json | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 02be76c..c3b557a 100644 --- a/README.md +++ b/README.md @@ -71,4 +71,4 @@ console.log(alphabets.); (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. diff --git a/alphabets.json b/alphabets.json index 51fcfa6..24c1164 100644 --- a/alphabets.json +++ b/alphabets.json @@ -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": ["а", "б", "в", "г", "д", "е", "ё", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ы", "ь", "э", "ю", "я"], diff --git a/package-lock.json b/package-lock.json index 92c03db..d927f9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } } diff --git a/package.json b/package.json index 5bf8ab1..b75aea5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/garraflavatra/alphabets.git" }, - "version": "2.0.2", + "version": "2.0.3", "author": "Romein van Buren ", "license": "MIT",