{"id":28001174,"url":"https://github.com/format-message/message-format-rb","last_synced_at":"2025-09-08T00:14:18.750Z","repository":{"id":56883351,"uuid":"33626383","full_name":"format-message/message-format-rb","owner":"format-message","description":"Parse and format i18n messages using ICU MessageFormat patterns","archived":false,"fork":false,"pushed_at":"2024-03-28T20:50:16.000Z","size":29,"stargazers_count":18,"open_issues_count":2,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-28T03:34:32.644Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/format-message.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2015-04-08T19:02:43.000Z","updated_at":"2025-06-23T18:26:03.000Z","dependencies_parsed_at":"2024-01-27T19:26:08.086Z","dependency_job_id":"9292f33b-edb6-4535-8be6-730a52ee9250","html_url":"https://github.com/format-message/message-format-rb","commit_stats":{"total_commits":15,"total_committers":8,"mean_commits":1.875,"dds":0.5333333333333333,"last_synced_commit":"b616243ad3980d44ea09bc54cbea61f681d21572"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/format-message/message-format-rb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/format-message%2Fmessage-format-rb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/format-message%2Fmessage-format-rb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/format-message%2Fmessage-format-rb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/format-message%2Fmessage-format-rb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/format-message","download_url":"https://codeload.github.com/format-message/message-format-rb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/format-message%2Fmessage-format-rb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274113636,"owners_count":25224450,"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-09-07T02:00:09.463Z","response_time":67,"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":"2025-05-08T23:57:49.293Z","updated_at":"2025-09-08T00:14:18.725Z","avatar_url":"https://github.com/format-message.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MessageFormat\n\nParse and format i18n messages using ICU MessageFormat patterns\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'message_format'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install message_format\n\n## Usage\n\n```ruby\nrequire 'message_format'\n\nmessage = MessageFormat.new('Hello { place }!', 'en-US')\nformatted = message.format({ :place =\u003e 'World' })\n```\n\nThe [ICU Message Format][icu-message] is a great format for user-visible strings, and includes simple placeholders, number and date placeholders, and selecting among submessages for gender and plural arguments. The format is used in apis in [C++][icu-cpp], [PHP][icu-php], [Java][icu-java], and [JavaScript][icu-javascript].\n\n## Contributing\n\n1. Fork it ( https://github.com/format-message/message-format-rb/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## License\n\nThis software is free to use under the MIT license. See the [LICENSE.txt file][LICENSE] for license text and copyright information.\n\n[icu-message]: http://userguide.icu-project.org/formatparse/messages\n[icu-cpp]: http://icu-project.org/apiref/icu4c/classicu_1_1MessageFormat.html\n[icu-php]: http://php.net/manual/en/class.messageformatter.php\n[icu-java]: http://icu-project.org/apiref/icu4j/\n[icu-javascript]: https://github.com/format-message/message-format\n[LICENSE]: https://github.com/format-message/message-format-rb/blob/master/LICENSE.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformat-message%2Fmessage-format-rb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformat-message%2Fmessage-format-rb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformat-message%2Fmessage-format-rb/lists"}