From 943edc308efe28e0a659359268e3c1f1dc7ff8a0 Mon Sep 17 00:00:00 2001 From: James Aprosail Date: Sun, 23 Jun 2024 18:17:55 +0800 Subject: [PATCH] docs about the languages --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 759de02..9c5e2ac 100644 --- a/README.md +++ b/README.md @@ -90,3 +90,21 @@ And if you do want to customize, please make sure you've understand the source code. Please refer to [`data.ts`](./data.ts) for more details, and here's documentation for each item in details. + +## About the supported languages + +You can find all supported languages +in the source code of [`data.ts`](./data.ts). +Each language or language series is an exported const +that you can import and call. + +The languages series are based on the [Unicode](https://unicode.org/charts/). +Most of the languages are coded manually and some of them are +generated by several AI models. So that there might be mistakes, +and the author cannot guarantee the accuracy of the data +because it's almost impossible for a single person to learn all such languages. + +If you are native speaker of one of the those wordless languages +and you find there are some mistakes, +or if there's even some wordless languages not included in this package, +please feel free to open an issue.