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/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/python3-langcodes/slack-desc (limited to 'python/python3-langcodes/slack-desc') 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: -- cgit v1.2.3