{"id":16237817,"url":"https://github.com/malept/t12r","last_synced_at":"2026-04-13T17:33:55.765Z","repository":{"id":66052139,"uuid":"72696180","full_name":"malept/t12r","owner":"malept","description":"Transliterator: Ruby I18n.transliterate speedup written in Rust","archived":false,"fork":false,"pushed_at":"2019-03-12T18:44:10.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-02-20T01:59:39.597Z","etag":null,"topics":["gem","i18n","ruby","rust","transliterator"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/malept.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2016-11-03T01:21:50.000Z","updated_at":"2019-08-20T16:13:53.000Z","dependencies_parsed_at":"2023-04-04T10:15:43.547Z","dependency_job_id":null,"html_url":"https://github.com/malept/t12r","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/malept/t12r","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malept%2Ft12r","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malept%2Ft12r/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malept%2Ft12r/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malept%2Ft12r/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malept","download_url":"https://codeload.github.com/malept/t12r/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malept%2Ft12r/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31762606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["gem","i18n","ruby","rust","transliterator"],"created_at":"2024-10-10T13:37:19.379Z","updated_at":"2026-04-13T17:33:55.746Z","avatar_url":"https://github.com/malept.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# T12r\n\n[![Build Status](https://travis-ci.org/data-axle/t12r.svg?branch=master)](https://travis-ci.org/data-axle/t12r)\n\nT12r (or Transliterator) is a speedup and enhancement for the [`i18n` gem](https://rubygems.org/gems/i18n)'s\n`I18n.transliterate` method, using a Rust-based native extension. It supports more characters\nout-of-the-box.\n\n## Requirements\n\n* Ruby ≥ 2.4\n* [Rust](http://www.rust-lang.org/) (if you build from source)\n\nIf you're using t12r on macOS without Rust installed, please note that the prebuilt binaries are built\nwith the following xcode versions:\n\n* macOS 10.13: xcode 10.1\n* macOS 10.14: xcode 10.2\n\nSince they are built on Travis CI, prebuilt macOS binaries may require libgmp (`brew install gmp`\nor equivalent).\n\n## Usage\n\nTo speed up existing calls to `I18n.transliterate`, add this `gem` line to your `Gemfile`, after you\ndeclare `gem 'i18n'`:\n\n```ruby\ngem 't12r', require: 't12r/i18n_monkeypatch'\n```\n\nTo only use `T12r.transliterate` directly, omit the `require` argument.\n\n### Example\n\n```ruby\n\u003e T12r.transliterate('…yes?')\n=\u003e '...yes?'\n\u003e T12r.transliterate('Input string…', ' ' =\u003e '-')\n=\u003e 'Input-string...'\n```\n\n# Legal\n\nThis project is copyrighted by Infogroup, under the terms of the Apache License (version 2.0). See\n`LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalept%2Ft12r","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalept%2Ft12r","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalept%2Ft12r/lists"}