mirror of
https://github.com/garraflavatra/alphabets.git
synced 2025-01-18 05:07:58 +00:00
Added Ukrainian alphabet, bump to 2.0.1
This commit is contained in:
parent
20edb694a9
commit
0abf087555
@ -2,6 +2,9 @@
|
||||
|
||||
A tiny JS dependency which exports many alphabets for many use cases.
|
||||
|
||||
[![npm](https://img.shields.io/npm/v/alphabets)](https://www.npmjs.com/package/alphabets)
|
||||
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
|
||||
|
||||
## Why
|
||||
|
||||
I have seen code like this:
|
||||
@ -47,6 +50,7 @@ See below for usage instructions.
|
||||
| Norwegian | `norwegian` |
|
||||
| Russian | `russian` |
|
||||
| Swedish | `swedish` |
|
||||
| Ukrainian | `ukrainian` |
|
||||
|
||||
## How to use
|
||||
|
||||
|
@ -18,6 +18,8 @@
|
||||
|
||||
"russian": ["а", "б", "в", "г", "д", "е", "ё", "ж", "з", "и", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ъ", "ы", "ь", "э", "ю", "я"],
|
||||
|
||||
"swedish": ["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", "å", "ä", "ö"]
|
||||
"swedish": ["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", "å", "ä", "ö"],
|
||||
|
||||
"ukrainian": ["а", "б", "в", "г", "ґ", "д", "е", "є", "ж", "з", "и", "і", "ї", "й", "к", "л", "м", "н", "о", "п", "р", "с", "т", "у", "ф", "х", "ц", "ч", "ш", "щ", "ь", "ю", "я"]
|
||||
|
||||
}
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "alphabets",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "alphabets",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
"url": "https://github.com/garraflavatra/alphabets.git"
|
||||
},
|
||||
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"author": "Romein van Buren <romein@vburen.eu>",
|
||||
"license": "MIT",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user