{"id":28430946,"url":"https://github.com/elixir-cldr/cldr_languages","last_synced_at":"2025-12-12T00:23:32.272Z","repository":{"id":27335802,"uuid":"113473478","full_name":"elixir-cldr/cldr_languages","owner":"elixir-cldr","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-13T12:08:41.000Z","size":59,"stargazers_count":6,"open_issues_count":4,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T10:48:36.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elixir-cldr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-07T16:23:46.000Z","updated_at":"2025-02-17T01:02:49.000Z","dependencies_parsed_at":"2022-08-07T12:16:11.473Z","dependency_job_id":null,"html_url":"https://github.com/elixir-cldr/cldr_languages","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/elixir-cldr/cldr_languages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-cldr%2Fcldr_languages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-cldr%2Fcldr_languages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-cldr%2Fcldr_languages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-cldr%2Fcldr_languages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elixir-cldr","download_url":"https://codeload.github.com/elixir-cldr/cldr_languages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixir-cldr%2Fcldr_languages/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263587915,"owners_count":23484830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-06-05T14:30:35.334Z","updated_at":"2025-12-12T00:23:32.225Z","avatar_url":"https://github.com/elixir-cldr.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cldr Languages\n\n[![Hex.pm](https://img.shields.io/hexpm/v/ex_cldr_languages.svg)](https://hex.pm/packages/ex_cldr_languages)\n[![Hex.pm](https://img.shields.io/hexpm/dw/ex_cldr_languages.svg?)](https://hex.pm/packages/ex_cldr_languages)\n[![Hex.pm](https://img.shields.io/hexpm/l/ex_cldr_languages.svg)](https://hex.pm/packages/ex_cldr_languages)\n\n[ex_cldr_languages](https://github.com/elixir-cldr/cldr_languages) is an addon library application for [ex_cldr](https://hex.pm/packages/ex_cldr) that provides localization and listing of languages.\n\nThe primary api is `MyApp.Backend.Language.to_string/2`. The following examples demonstrate:\n\n```elixir\niex\u003e MyApp.Backend.Language.to_string \"en-GB\"\n{:ok, \"British English\"}\n\niex\u003e MyApp.Backend.Language.to_string \"en-GB\", style: :short\n{:ok, \"UK English\"}\n\niex\u003e MyApp.Backend.Language.to_string \"en\", locale: \"de\"\n{:ok, \"Englisch\"}\n```\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:ex_cldr_languages, \"~\u003e 0.3.0\"}\n  ]\nend\n```\n\n## Migration from v0.1.1 to v0.2.0\n\nWith the switch to `ex_cldr` v2 any functionality is now to be called via `MyApp.Backend.Language` instead of `Cldr.Language`. This breaking change was \nalso used to remove `all_languages/0` in favor of `available_languages/0`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-cldr%2Fcldr_languages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felixir-cldr%2Fcldr_languages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixir-cldr%2Fcldr_languages/lists"}