{"id":16883933,"url":"https://github.com/zbraniecki/intl-string-format-spec","last_synced_at":"2025-08-15T22:12:46.772Z","repository":{"id":138755566,"uuid":"44918079","full_name":"zbraniecki/intl-string-format-spec","owner":"zbraniecki","description":"`Intl.StringFormat` specification [draft] https://rawgit.com/zbraniecki/intl-string-format-spec/master/index.html","archived":false,"fork":false,"pushed_at":"2015-10-25T16:23:02.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T05:16:33.752Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/zbraniecki.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2015-10-25T16:20:54.000Z","updated_at":"2015-10-25T16:21:41.000Z","dependencies_parsed_at":"2023-03-13T14:26:51.242Z","dependency_job_id":null,"html_url":"https://github.com/zbraniecki/intl-string-format-spec","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zbraniecki/intl-string-format-spec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbraniecki%2Fintl-string-format-spec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbraniecki%2Fintl-string-format-spec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbraniecki%2Fintl-string-format-spec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbraniecki%2Fintl-string-format-spec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zbraniecki","download_url":"https://codeload.github.com/zbraniecki/intl-string-format-spec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbraniecki%2Fintl-string-format-spec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270637303,"owners_count":24620426,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-13T16:14:43.233Z","updated_at":"2025-08-15T22:12:46.744Z","avatar_url":"https://github.com/zbraniecki.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Intl.StringFormat API Specification [draft]\n\n### Status\n\n__Stage 0__\n\nImplementation Progress\n\n * Polyfill: https://github.com/zbraniecki/IntlStringFormat\n\nBackpointers\n\n* https://groups.google.com/forum/#!topic/javascript-globalization/3nFDf5al5hU\n\n### Authors\n\n * Zibi Braniecki (@zbraniecki)\n\n### Reviewers\n\nTBD\n\n### Informative\n\nThis proposal is based on the LDML spec, C.11 Language Plural Rules:\n\n\n### Prior Art\n\n\n### Usage\n\n```javascript\nlet o = new Intl.StringFormat(\"en\", {\n    style: \"regular\" // default style\n});\nconsole.log(o.truncate('Lorem ipsum dolor sit amet', {\n  maxLength: 10\n}); // \"Lorem ips…\"\n```\n\n### Render Spec\n\n```bash\nnpm install\nnpm run build\nopen index.html\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbraniecki%2Fintl-string-format-spec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzbraniecki%2Fintl-string-format-spec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbraniecki%2Fintl-string-format-spec/lists"}