{"id":16393043,"url":"https://github.com/progm/i18n-html_extractor","last_synced_at":"2025-11-11T21:27:33.414Z","repository":{"id":73454544,"uuid":"55686312","full_name":"ProGM/i18n-html_extractor","owner":"ProGM","description":"A set of rake tasks to extract strings from html templates into locale files.","archived":false,"fork":false,"pushed_at":"2022-10-04T21:02:03.000Z","size":19,"stargazers_count":4,"open_issues_count":0,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T20:56:15.147Z","etag":null,"topics":["extract-strings","i18n","localization","rails","rails-i18n"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/ProGM.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-07T10:39:05.000Z","updated_at":"2023-05-14T16:28:51.000Z","dependencies_parsed_at":"2023-02-28T13:01:58.975Z","dependency_job_id":null,"html_url":"https://github.com/ProGM/i18n-html_extractor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ProGM/i18n-html_extractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fi18n-html_extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fi18n-html_extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fi18n-html_extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fi18n-html_extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProGM","download_url":"https://codeload.github.com/ProGM/i18n-html_extractor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProGM%2Fi18n-html_extractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283937008,"owners_count":26919453,"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-11-11T02:00:06.610Z","response_time":65,"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":["extract-strings","i18n","localization","rails","rails-i18n"],"created_at":"2024-10-11T04:52:13.043Z","updated_at":"2025-11-11T21:27:33.409Z","avatar_url":"https://github.com/ProGM.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/ProGM/i18n-html_extractor.svg?branch=master)](https://travis-ci.org/ProGM/i18n-html_extractor)\n\nI18n HTML Extractor\n---------------\n\nA set of rake tasks to extract strings from html templates into locale files.\n\n\n# Introduction\n\nI created this gem to resolve a practical problem: I had to deal with a big Rails project that had no i18n locales at all.\n\nIt's not yet 100% functional, but I'd like to improve it.\n\n# Installation\n\nIt's not yet published as a gem, since it's not ready, but you can start use it by adding it to you Gemfile:\n\n```ruby\ngem 'i18n-html_extractor', github: 'ProGM/i18n-html_extractor'\n```\n\n# How it works\n\nIt scans all your HTML templates for strings and moves them to locales file.\n\nIt's made of three rake tasks:\n\n### List-only Mode\n\nRunning `rake i18n:extract_html:list`, you'll get a report of all files that contains strings that should be translated.\n\n### Automatic Mode\n\nRunning `rake i18n:extract_html:auto`, all strings are moved to i18n locale file of your default language.\n\n### Interactive Mode\n\nRunning `rake i18n:extract_html:interactive`, you can decide, for every string, which one to move to translation, and it's translation for every language.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogm%2Fi18n-html_extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogm%2Fi18n-html_extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogm%2Fi18n-html_extractor/lists"}