{"id":21519327,"url":"https://github.com/alexwayfer/flame-r18n","last_synced_at":"2025-04-09T22:08:50.296Z","repository":{"id":8659058,"uuid":"59216154","full_name":"AlexWayfer/flame-r18n","owner":"AlexWayfer","description":"R18n helper for Flame","archived":false,"fork":false,"pushed_at":"2025-04-04T12:46:07.000Z","size":140,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T22:08:45.120Z","etag":null,"topics":["flame","flame-plugin","i18n","internationalization","r18n","ruby"],"latest_commit_sha":null,"homepage":"","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/AlexWayfer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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-05-19T14:52:31.000Z","updated_at":"2023-07-08T04:32:29.000Z","dependencies_parsed_at":"2023-12-25T16:29:50.572Z","dependency_job_id":"1448e0ee-a281-4bc0-a450-321e05f4ec64","html_url":"https://github.com/AlexWayfer/flame-r18n","commit_stats":{"total_commits":127,"total_committers":4,"mean_commits":31.75,"dds":0.3779527559055118,"last_synced_commit":"a604345f077202e1180bff1c24ae71b4a6998cf0"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexWayfer%2Fflame-r18n","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexWayfer%2Fflame-r18n/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexWayfer%2Fflame-r18n/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexWayfer%2Fflame-r18n/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexWayfer","download_url":"https://codeload.github.com/AlexWayfer/flame-r18n/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119294,"owners_count":21050755,"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":["flame","flame-plugin","i18n","internationalization","r18n","ruby"],"created_at":"2024-11-24T00:57:27.427Z","updated_at":"2025-04-09T22:08:50.278Z","avatar_url":"https://github.com/AlexWayfer.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flame R18n\n\nFlame plugin which provides\n[i18n and L10n](https://en.wikipedia.org/wiki/Internationalization_and_localization) support\nto your web application.\n\nIt is a wrapper for [R18n core library](https://github.com/r18n/r18n-core).\nSee [R18n documentation](https://github.com/r18n/r18n-core/blob/main/README.md)\nfor more information.\n\n[![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/flame-r18n?style=flat-square)](https://cirrus-ci.com/github/AlexWayfer/flame-r18n)\n[![Codecov branch](https://img.shields.io/codecov/c/github/AlexWayfer/flame-r18n/main.svg?style=flat-square)](https://codecov.io/gh/AlexWayfer/flame-r18n)\n[![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/flame-r18n.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/flame-r18n)\n![Depfu](https://img.shields.io/depfu/AlexWayfer/flame-r18n?style=flat-square)\n[![Inline docs](https://inch-ci.org/github/AlexWayfer/flame-r18n.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/flame-r18n)\n[![license](https://img.shields.io/github/license/AlexWayfer/flame-r18n.svg?style=flat-square)](https://github.com/AlexWayfer/flame-r18n/blob/main/LICENSE.txt)\n[![Gem](https://img.shields.io/gem/v/flame-r18n.svg?style=flat-square)](https://rubygems.org/gems/flame-r18n)\n\n## Usage\n\n```ruby\n# Gemfile\ngem 'flame-r18n'\n\n# config.ru\nrequire 'flame-r18n' # or `Bundler.require`\n\n# For application configuration\n# config/processors/r18n.rb\n::R18n.default_places = File.join config[:root_dir], 'locales'\n::R18n::I18n.default = 'en'\n\n# _controller.rb\ninclude Flame::R18n::Initialization # for loading thread-based locale\n\n# site/_controller.rb\nprepend Flame::R18n::LocaleInPath # for mounting controllers at `/:locale`\n```\n\n## Development\n\nAfter checking out the repo, run `bundle install` to install dependencies.\n\nThen, run `toys rspec` to run the tests.\n\nTo install this gem onto your local machine, run `toys gem install`.\n\nTo release a new version, run `toys gem release %version%`.\nSee how it works [here](https://github.com/AlexWayfer/gem_toys#release).\n\n## Contributing\n\nBug reports and pull requests are welcome on [GitHub](https://github.com/AlexWayfer/flame-r18n).\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexwayfer%2Fflame-r18n","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexwayfer%2Fflame-r18n","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexwayfer%2Fflame-r18n/lists"}