From fb7bd50313a975be087c274823aafa3ef895f20b Mon Sep 17 00:00:00 2001 From: Vijay Marcel Date: Sat, 23 Sep 2023 10:11:04 +0900 Subject: python/python3-langcodes: Added (library for language codes). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-langcodes/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/python3-langcodes/README (limited to 'python/python3-langcodes/README') diff --git a/python/python3-langcodes/README b/python/python3-langcodes/README new file mode 100644 index 0000000000..611925ab84 --- /dev/null +++ b/python/python3-langcodes/README @@ -0,0 +1,7 @@ +langcodes knows what languages are. It knows the standardized +codes that refer to them such as en for english es for spanish +and hi for hindi. These are IETF language tags which supports +language variations that you will not find it in ISO standard. +langcodes implements the IETF standards and Unicode Technical +reports. + -- cgit v1.2.3