{"id":16406321,"url":"https://github.com/alerque/cldr-lua","last_synced_at":"2025-02-23T21:21:54.033Z","repository":{"id":140158831,"uuid":"214620252","full_name":"alerque/cldr-lua","owner":"alerque","description":"Unicode CLDR data and Lua interface","archived":false,"fork":false,"pushed_at":"2022-12-06T09:56:25.000Z","size":86,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-02T00:16:04.173Z","etag":null,"topics":["cldr","cldr-data","cldr-plural-rules","i18n","internationalization","l10n","lua","luarocks","unicode"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alerque.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["alerque"]}},"created_at":"2019-10-12T09:37:47.000Z","updated_at":"2024-05-30T00:18:10.097Z","dependencies_parsed_at":null,"dependency_job_id":"f8996c34-ff6d-42b2-94c5-fc8466befc08","html_url":"https://github.com/alerque/cldr-lua","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alerque%2Fcldr-lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alerque%2Fcldr-lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alerque%2Fcldr-lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alerque%2Fcldr-lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alerque","download_url":"https://codeload.github.com/alerque/cldr-lua/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240380371,"owners_count":19792285,"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","cldr-data","cldr-plural-rules","i18n","internationalization","l10n","lua","luarocks","unicode"],"created_at":"2024-10-11T06:09:29.740Z","updated_at":"2025-02-23T21:21:53.995Z","avatar_url":"https://github.com/alerque.png","language":"Lua","readme":"# CLDR Lua\n\n[![Luacheck](https://github.com/alerque/cldr-lua/workflows/Luacheck/badge.svg)](https://github.com/alerque/cldr-lua/actions)\n[![Busted](https://github.com/alerque/cldr-lua/workflows/Busted/badge.svg)](https://github.com/alerque/cldr-lua/actions)\n[![Coverage Status](https://coveralls.io/repos/github/alerque/cldr-lua/badge.svg?branch=master)](https://coveralls.io/github/alerque/cldr-lua?branch=master)\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/alerque/cldr-lua)](https://github.com/alerque/cldr-lua/releases)\n[![LuaRocks](https://img.shields.io/luarocks/v/alerque/cldr)](https://luarocks.org/modules/alerque/cldr)\n\nUnicode CLDR (Common Locale Data Repository) data and Lua interface.\n\n## What is CLDR?\n\nFrom the [CLDR][cldr] website:\n\n\u003e The Unicode CLDR provides key building blocks for software to support the world's languages, with the largest and most extensive standard repository of locale data available.\n\n## What does this data set include?\n\nFor now, data and interfaces will be added on an as-needed basis. Here is a basic rundown of the data available upstream vs. what this library currently provides.\n\nAll included data is based on Unicode's [CLDR 42][cldr-notes] data set.\n\n### Locale-specific patterns for formatting and parsing:\n\n* [ ] dates\n* [ ] times\n* [ ] timezones\n* [ ] numbers and currency values\n* [ ] measurement units\n* [ ] …\n\n### Translations of names:\n\n* [ ] languages\n* [ ] scripts\n* [ ] countries and regions\n* [ ] currencies\n* [ ] eras\n* [ ] months\n* [ ] weekdays\n* [ ] day periods\n* [ ] time zones\n* [ ] cities\n* [ ] and time units\n* [ ] emoji characters and sequences (and search keywords)\n* [ ] …\n\n### Language \u0026 script information:\n\n* [ ] characters used\n* [ ] plural cases\n* [ ] gender of lists\n* [ ] capitalization\n* [ ] rules for sorting \u0026 searching\n* [ ] writing direction\n* [ ] transliteration rules\n* [ ] rules for spelling out numbers\n* [ ] rules for segmenting text into graphemes, words, and sentences\n* [ ] keyboard layouts\n* [ ] …\n\n### Country information:\n\n* [ ] language usage\n* [ ] currency information\n* [ ] calendar preference\n* [ ] week conventions\n* [ ] …\n\n### Validity:\n\nDefinitions, aliases, and validity information for Unicode\n\n* [x] locales\n* [ ] languages\n* [ ] scripts\n* [ ] regions\n* [ ] extensions\n* [ ] …\n\n## Usage\n\n```lua\nlocal CLDR = require(\"cldr\")\n\n-- Table (pl.Set) of all available locales\nCLDR.locales\n```\n## Changelog\n\nPlease see [CHANGELOG.md](./CHANGELOG.md).\n\n## Other Formats\n\nThe CLDR data is [provided upstream][cldr-gh] in LDML format (XML based). A [JSON dump][cldr-json] is also available.\n\n## License\n\nThe Lua interfaces and code in this project are licensed under the MIT license.\n\nAll CLDR data provided by the [Unicode Consortium][uc] is governed by the [Unicode Terms of Use][utou].\n\n [cldr-gh]: https://github.com/unicode-org/cldr\n [cldr-json]: https://github.com/unicode-cldr/cldr-json\n [cldr]: http://cldr.unicode.org\n [uc]: https://unicode.org/main.html\n [utou]: https://www.unicode.org/copyright.html\n [cldr-notes]: http://cldr.unicode.org/index/downloads/cldr-42\n","funding_links":["https://github.com/sponsors/alerque"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falerque%2Fcldr-lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falerque%2Fcldr-lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falerque%2Fcldr-lua/lists"}