{"id":16925112,"url":"https://github.com/hiroppy/i18n-json-plugins","last_synced_at":"2026-04-08T18:32:06.624Z","repository":{"id":66361407,"uuid":"488371238","full_name":"hiroppy/i18n-json-plugins","owner":"hiroppy","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-04T04:25:04.000Z","size":68,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T01:28:16.710Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/hiroppy.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":"2022-05-03T21:43:11.000Z","updated_at":"2022-10-09T17:04:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"cddd3df9-03e0-4bdc-81b7-1e0cc2e716bb","html_url":"https://github.com/hiroppy/i18n-json-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hiroppy/i18n-json-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fi18n-json-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fi18n-json-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fi18n-json-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fi18n-json-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroppy","download_url":"https://codeload.github.com/hiroppy/i18n-json-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fi18n-json-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31568626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-13T20:08:51.213Z","updated_at":"2026-04-08T18:32:06.602Z","avatar_url":"https://github.com/hiroppy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# i18n-json-plugins\n\nThis project can support improving i18n environment as DX.\n\n## Features\n\n- ✅ automatically adding a new key from your code to i18n json files\n- 👷‍♂️ automatically translating via DeepL from one lang to all langs\n- 👷‍♂️ automatically removing an empty field from i18n json\n\n## Supporting Langs / Libs\n\n|               | Status |\n| ------------- | ------ |\n| typescript    | ✅     |\n| javascript    | 👷     |\n| react-i18next | ✅     |\n| vue           | 👷     |\n| webpack       | ✅     |\n| vite          | 👷     |\n\n## Usage\n\nwebpack.config.js\n\n```javascript\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.tsx?/,\n        loader: \"@hiroppy/i18n-json-webpack-plugin/lib/loader\",\n        options: {\n          langs: [\"ja\", \"en\"],\n          basePath: \"./public/static/locales\",\n        },\n      },\n    ],\n  },\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fi18n-json-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroppy%2Fi18n-json-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fi18n-json-plugins/lists"}