1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2025-07-19 18:28:04 +00:00

Add Scandinavian alphabets

This commit is contained in:
2021-05-24 15:01:04 +02:00
parent 04af1db9d3
commit 2c77825857
4 changed files with 35 additions and 27 deletions

View File

@ -2,7 +2,7 @@
title: Alphabets
---
A tiny JS dependency (<800 bytes!) which exports many alphabets for many use
A tiny JS dependency (<2kb!) which exports many alphabets for many use
cases.
[![CI](https://github.com/garraflavatra/alphabets/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/garraflavatra/alphabets/actions/workflows/test.yml)
@ -123,6 +123,11 @@ Usage: see [Usage](#usage).
| Name | Export name |
|------|-------------|
| Latin | `latin` |
| Danish | `danish` |
| Faroese | `faroese` |
| Greek (modern) | `greek` |
| Greek (ancient/polytonic) | `greekPolytonic` |
| Icelandic | `icelandic` |
| Latin | `latin` |
| Norwegian | `norwegian` |
| Swedish | `swedish` |