{"id":32166108,"url":"https://github.com/ysemeniuk/iso639-elixir","last_synced_at":"2026-06-06T05:32:10.548Z","repository":{"id":32721112,"uuid":"140544845","full_name":"ysemeniuk/iso639-elixir","owner":"ysemeniuk","description":"Elixir library for converting language code from one version of ISO 639 standard to another and back","archived":false,"fork":false,"pushed_at":"2022-07-25T14:05:50.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-13T01:56:20.941Z","etag":null,"topics":["elixir","iso639","language"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ysemeniuk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-11T08:25:21.000Z","updated_at":"2025-12-09T12:56:35.000Z","dependencies_parsed_at":"2022-09-05T07:50:43.976Z","dependency_job_id":null,"html_url":"https://github.com/ysemeniuk/iso639-elixir","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ysemeniuk/iso639-elixir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysemeniuk%2Fiso639-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysemeniuk%2Fiso639-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysemeniuk%2Fiso639-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysemeniuk%2Fiso639-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ysemeniuk","download_url":"https://codeload.github.com/ysemeniuk/iso639-elixir/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysemeniuk%2Fiso639-elixir/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29771038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:01:02.180Z","status":"ssl_error","status_checked_at":"2026-02-24T03:59:49.901Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","iso639","language"],"created_at":"2025-10-21T15:02:50.546Z","updated_at":"2026-02-24T04:01:24.080Z","avatar_url":"https://github.com/ysemeniuk.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ISO 639\n\nThis library exposes functions to convert ISO 639-1 language code representation to ISO 639-2 and backwards where it's applicable.\nData for conversions was taken from [Benjamin Martin's repo](https://github.com/haliaeetus/iso-639).\nNote about ISO 639-2/B: all Bibliographic codes will be converted to ISO 639-2 codes\n\n## Installation\n\nTo use ISO639 in your Mix projects, first add ISO639 as a dependency, as well as the JSON library you want to use.\n\n```elixir\ndef deps do\n  [\n    {:iso639_elixir, \"~\u003e 0.2.1\", submodules: true},\n    {:jason, \"~\u003e 1.0\"}\n  ]\nend\n```\n\n### JSON library\n\nYou can use a different JSON library for decoding of JSON file with dictionary of languages, just add library of your preference to your deps:\n\n```elixir\ndef deps do\n  [\n    {:iso639_elixir, \"~\u003e 0.2.1\", submodules: true},\n    {:poison, \"~\u003e 5.0\"}\n  ]\nend\n```\n\nAnd configure which library to use in your config file. Default is [Jason](https://hex.pm/packages/jason)\n\n```elixir\n# config/config.exs\nconfig :iso639_elixir, :json_library, Poison\n```\n\n### Download\n\nAfter adding ISO639 as a dependency, run `mix deps.get` to install it.\n\n\n## Docs\n\nDocumentation can be found at [hexdocs](https://hexdocs.pm/iso639_elixir).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysemeniuk%2Fiso639-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fysemeniuk%2Fiso639-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysemeniuk%2Fiso639-elixir/lists"}