{"id":17606272,"url":"https://github.com/noamt/go-cldr","last_synced_at":"2025-03-29T23:16:03.726Z","repository":{"id":139698190,"uuid":"268783941","full_name":"noamt/go-cldr","owner":"noamt","description":"A Go implementation of CLDR","archived":false,"fork":false,"pushed_at":"2023-02-28T16:11:03.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T00:41:27.152Z","etag":null,"topics":["cldr","go","locale","unicode"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noamt.png","metadata":{"files":{"readme":"README.asciidoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-02T11:36:17.000Z","updated_at":"2023-02-28T16:11:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"b68bc879-e062-4ee6-9a93-7e738b1506be","html_url":"https://github.com/noamt/go-cldr","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noamt%2Fgo-cldr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noamt%2Fgo-cldr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noamt%2Fgo-cldr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noamt%2Fgo-cldr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noamt","download_url":"https://codeload.github.com/noamt/go-cldr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246254146,"owners_count":20747949,"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":["cldr","go","locale","unicode"],"created_at":"2024-10-22T15:44:09.492Z","updated_at":"2025-03-29T23:16:03.693Z","avatar_url":"https://github.com/noamt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"= GO-CLDR\n\nimage:https://circleci.com/gh/noamt/go-cldr.svg?style=svg[\"CircleCI\", link=\"https://circleci.com/gh/noamt/go-cldr\"]\n\nA (still partial) implementation of Unicode's CLDR in Go\n\n== Examples\n\n=== Supplemental\n\n==== First Day\nGet the first day of the week for a given region.\n```\npackage main\n\nimport (\n    \"github.com/noamt/go-cldr/supplemental\"\n    \"golang.org/x/text/language\"\n)\n\nfunc main() {\n    tag, _ := language.Parse(\"en-US\")\n    region, _ := tag.Region()\n    weekDay := supplemental.FirstDay.ByRegion(region)\n    println(\"First day is\", weekDay)\n}\n```\n\n== Building\n\n```\n$ go generate\n$ go test -cover ./...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoamt%2Fgo-cldr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoamt%2Fgo-cldr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoamt%2Fgo-cldr/lists"}