{"id":15103904,"url":"https://github.com/pascholda1/vue-cli-plugin-i18n-csv-exchange","last_synced_at":"2026-01-19T00:31:59.119Z","repository":{"id":75648279,"uuid":"604893663","full_name":"pascholda1/vue-cli-plugin-i18n-csv-exchange","owner":"pascholda1","description":"Vue CLI plugin to convert i18n localizations from JSON to CSV / CSV to JSON","archived":false,"fork":false,"pushed_at":"2023-02-22T22:41:11.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-23T12:02:52.453Z","etag":null,"topics":["i18n","plugin","vuecli","vuejs2"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/pascholda1.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":"2023-02-22T02:13:30.000Z","updated_at":"2023-02-22T22:45:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8d8f860-70bf-4b50-8e4d-4ac5a52f6f0d","html_url":"https://github.com/pascholda1/vue-cli-plugin-i18n-csv-exchange","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"de012f6e3beb63eea6a42d34d94d1e40f466fe3a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pascholda1/vue-cli-plugin-i18n-csv-exchange","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascholda1%2Fvue-cli-plugin-i18n-csv-exchange","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascholda1%2Fvue-cli-plugin-i18n-csv-exchange/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascholda1%2Fvue-cli-plugin-i18n-csv-exchange/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascholda1%2Fvue-cli-plugin-i18n-csv-exchange/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pascholda1","download_url":"https://codeload.github.com/pascholda1/vue-cli-plugin-i18n-csv-exchange/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascholda1%2Fvue-cli-plugin-i18n-csv-exchange/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28554394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T23:48:35.235Z","status":"ssl_error","status_checked_at":"2026-01-18T23:47:49.178Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["i18n","plugin","vuecli","vuejs2"],"created_at":"2024-09-25T19:43:39.259Z","updated_at":"2026-01-19T00:31:59.103Z","avatar_url":"https://github.com/pascholda1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue CLI Plugin i18n CSV exchange\n\nThis plugin can export nested localization JSON files to CSV and import CSV localization files back to JSON.\n\n## Installation\n\n````shell\nnpm i --save-dev @pascholda1/vue-cli-plugin-i18n-csv-exchange \nvue invoke vue-cli-plugin-i18n-csv-exchange\n````\n\n## Usage\n\nTo create / update CSV files based on your JSON files:\n\n````shell\nnpm run i18n-export-csv\n````\n\nTo create / update JSON files based on your CSV files:\n\n````shell\nnpm run i18n-import-csv\n````\n\n## Examples\n\n### i18n-export-csv\n\nreads nested JSON Files like:\n\n`````json\n{\n\t\"questions\": {\n\t\t\"answer\": {\n\t\t\t\"yes\": \"Yes\",\n\t\t\t\"no\": \"No\"\n\t\t}\n\t}\n}\n`````\n\nwill create a CSV like:\n\n```csv\nquestions.answer.yes,Yes\nquestions.answer.no ,No\n```\n\n### i18n-import-csv\n\nreads a CSV File like that:\n\n```csv\nquestions.answer.yes,Yes\nquestions.answer.no ,No\n```\n\nand adds the second column's values to the first column's object path.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascholda1%2Fvue-cli-plugin-i18n-csv-exchange","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascholda1%2Fvue-cli-plugin-i18n-csv-exchange","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascholda1%2Fvue-cli-plugin-i18n-csv-exchange/lists"}