aboutsummaryrefslogtreecommitdiff
path: root/python/python3-langcodes/slack-desc
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/slack-desc
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/slack-desc')
-rw-r--r--python/python3-langcodes/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-langcodes/slack-desc b/python/python3-langcodes/slack-desc
new file mode 100644
index 0000000000..c02b6f50d1
--- /dev/null
+++ b/python/python3-langcodes/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-langcodes: python3-langcodes (A Library for Language Codes)
+python3-langcodes:
+python3-langcodes: langcodes knows what languages are. It knows the standardized
+python3-langcodes: codes that refer to them such as en for english es for spanish
+python3-langcodes: and hi for hindi. These are IETF language tags which supports
+python3-langcodes: language variations that you will not find it in ISO standard.
+python3-langcodes: langcodes implements the IETF standards and Unicode Technical
+python3-langcodes: reports.
+python3-langcodes:
+python3-langcodes: Homepage:https://github.com/rspeer/langcodes
+python3-langcodes: