From ba2dbc660c229d3e86662d35513dfa7c904d9870 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 23 Nov 2025 13:29:28 +0700 Subject: wew --- packages/lang/README.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 packages/lang/README.md (limited to 'packages/lang/README.md') diff --git a/packages/lang/README.md b/packages/lang/README.md deleted file mode 100644 index dc185a1..0000000 --- a/packages/lang/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# Langlib - -Utils to deal with languages and stuff. - -## Langcodes - -- ISO-639-1 are **two** characters. e.g. "en", "fr", "zh". -- ISO-639-2 are **three** characters. e.g. "eng", "fra", "jpn", "cnm". -- ISO-639-3 are also **three** characters. It's more exhasustive than ISO-639-2, supposedly covers every single language. -### BCP-47 -BCP-47 (_Best Current Practice_) is a wider tag that includes in one string language, script and region. -e.g. -- `en-US` -- `en-Latn-US` -- `zh-Hans-CN` -Format is `language-script-region-variant-extension` - -Region codes are ISO 3166-1 -Script tags are ISO 15924 -Variant tags aren't standardized. - -It may include all or some of these. - -- cgit v1.2.3