LanguageList.all_common_data

You're seeing just the function all_common_data, go back to LanguageList module for more information.

Returns all common data.

Examples

iex> LanguageList.all_common_data
[
  %{common: true, iso_639_1: "af", iso_639_3: "afr", name: "Afrikaans"},
  %{common: true, iso_639_1: "ar", iso_639_3: "ara", name: "Arabic"},
  ...
]