aboutsummaryrefslogtreecommitdiff
path: root/python/python3-langcodes/README
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2023-09-23 10:11:04 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 11:33:36 +0700
commitfb7bd50313a975be087c274823aafa3ef895f20b (patch)
treedb4d89d7e7f909321d74a5f3b61e407fdf6dcbb5 /python/python3-langcodes/README
parent1dfd1fdd29efeedb38355958c66d2b1b13eb4120 (diff)
python/python3-langcodes: Added (library for language codes).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-langcodes/README')
-rw-r--r--python/python3-langcodes/README7
1 files changed, 7 insertions, 0 deletions
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.
+