{"id":15562116,"url":"https://github.com/mrkamel/translitter","last_synced_at":"2026-02-26T10:35:22.921Z","repository":{"id":57710337,"uuid":"511849326","full_name":"mrkamel/translitter","owner":"mrkamel","description":"Simple transliteration of special characters","archived":false,"fork":false,"pushed_at":"2024-06-18T12:43:07.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-05T21:39:20.812Z","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/mrkamel.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":"2022-07-08T10:07:11.000Z","updated_at":"2024-06-18T12:41:46.000Z","dependencies_parsed_at":"2025-02-17T09:31:02.733Z","dependency_job_id":"61cc574a-70bc-4a35-b7c1-513e45a4f8e9","html_url":"https://github.com/mrkamel/translitter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mrkamel/translitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkamel%2Ftranslitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkamel%2Ftranslitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkamel%2Ftranslitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkamel%2Ftranslitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrkamel","download_url":"https://codeload.github.com/mrkamel/translitter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkamel%2Ftranslitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29856737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"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":[],"created_at":"2024-10-02T16:11:48.651Z","updated_at":"2026-02-26T10:35:22.899Z","avatar_url":"https://github.com/mrkamel.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Translitter\n\nSimple transliteration of special characters.\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n    $ bundle add translitter\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n    $ gem install translitter\n\n## Usage\n\nUsing translitter is super easy. For german you'd e.g. do:\n\n```ruby\ntranslitter = Translitter.new(\n  default_rules: true,\n  custom_rules: { 'Ä' =\u003e 'Ae', 'Ö' =\u003e 'Oe', 'Ü' =\u003e 'Ue', 'ä' =\u003e 'ae', 'ö' =\u003e 'oe', 'ü' =\u003e 'ue', 'ß' =\u003e 'ss' },\n  replacement: \"?\"\n)\n\ntranslitter.transliterate(\"Äpfél 🍎\") #=\u003e \"Aepfel ?\"\n```\n\nThe default rules are taken from `i18n-ruby`. If you pass `nil` as\n`replacement`, special characters will be kept in the result.\n\n```ruby\ntranslitter.transliterate(\"Äpfél 🍎\", replacement: nil) #=\u003e \"Aepfel 🍎\"\n```\n\n## Development\n\nAfter checking out the repo, run `bundle` to install dependencies. Then, run\n`bundle exec rspec` to run the tests. You can also run `bin/console` for an\ninteractive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To\nrelease a new version, update the version number in `version.rb`, and then run\n`bundle exec rake release`, which will create a git tag for the version, push\ngit commits and the created tag, and push the `.gem` file to\n[rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at\nhttps://github.com/[USERNAME]/translitter. This project is intended to be a\nsafe, welcoming space for collaboration, and contributors are expected to\nadhere to the [code of\nconduct](https://github.com/mrkamel/translitter/blob/main/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the\n[MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Translitter project's codebases, issue trackers,\nchat rooms and mailing lists is expected to follow the\n[code of conduct](https://github.com/mrkamel/translitter/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrkamel%2Ftranslitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrkamel%2Ftranslitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrkamel%2Ftranslitter/lists"}