euroeval.languages
source module euroeval.languages
List of languages and their language codes.
The language codes contain both all the ISO 639-1 codes, as well as the ISO 639-3 codes for languages that do not have an ISO 639-1 code.
Functions
-
get_all_languages — Get a list of all the languages.
source get_all_languages() → dict[str, Language]
Get a list of all the languages.
Returns
-
dict[str, Language] — A mapping between language codes and their configurations.