language-codes

2023-10-21

A small library mapping language codes to language names.

Upstream URL

github.com/Shinmera/language-codes

Author

Yukari Hafner <shinmera@tymoon.eu>

Maintainer

Yukari Hafner <shinmera@tymoon.eu>

License

zlib
README

About Language-Codes

This is a small library providing the ISO-639 language code to language name mapping.

How To

After loading the library, simply use names to retrieve the list of known names for a language code.

(language-codes:names :eng)      ; => ("English")
(language-codes:names :ht)       ; => ("Haitian" "Haitian Creole")

You can also perform the inverse lookup, by codes.

(language-codes:codes "english") ; => (:ENG :EN)

Dependencies (1)

  • documentation-utils
  • GitHub
  • Quicklisp