{"id":19777479,"url":"https://github.com/ilib-js/ilib-loctool-arb","last_synced_at":"2026-05-15T20:32:42.288Z","repository":{"id":190368315,"uuid":"681485230","full_name":"iLib-js/ilib-loctool-arb","owner":"iLib-js","description":"Ilib loctool plugin to parse and localize ARB files","archived":false,"fork":false,"pushed_at":"2023-09-06T06:15:21.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-09T08:30:57.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iLib-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-22T05:57:33.000Z","updated_at":"2023-09-06T06:05:56.000Z","dependencies_parsed_at":"2024-11-12T05:35:52.997Z","dependency_job_id":null,"html_url":"https://github.com/iLib-js/ilib-loctool-arb","commit_stats":null,"previous_names":["ilib-js/ilib-loctool-arb"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iLib-js/ilib-loctool-arb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLib-js%2Filib-loctool-arb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLib-js%2Filib-loctool-arb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLib-js%2Filib-loctool-arb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLib-js%2Filib-loctool-arb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iLib-js","download_url":"https://codeload.github.com/iLib-js/ilib-loctool-arb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iLib-js%2Filib-loctool-arb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"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-11-12T05:25:15.412Z","updated_at":"2026-05-15T20:32:42.273Z","avatar_url":"https://github.com/iLib-js.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ilib-loctool-arb\nAn ilib loctool plugin to parse and localize arb files.\n\n## Configuration\n\nBy default, plugin will localize source `intl_messages.arb` file.   \ne.g. `/asset/l10n/intl_messages.arb`, and write localized file\nto a same location with name `intl_[locale].arb`   \ne.g. `/asset/l10n/intl_es.arb`.\n\n\n## ARB File\n[ARB - Application Resource Bundle](https://github.com/google/app-resource-bundle/wiki/ApplicationResourceBundleSpecification) is a file format for localization basedon JSON with\nthe resource entries encoded as JSON object. Each object consists of a resource key with an\noptional attribute. ARB files are used to localize apps build with [Flutter](https://flutter.dev/).\n\n\n###  intl_messages.arb file\nThe `intl_messages.arb` file is generated `extract_to_arb.dart` program provided by [intl_translation](https://pub.dev/packages/intl_translation)\n\nExample file:\n```json\n{\n  \"@@last_modified\": \"2023-08-28T13:51:31.807702\",\n  \"_title\": \"Hello\",\n  \"@_title\": {\n    \"type\": \"text\",\n    \"placeholders\": {}\n  },\n  \"_incrementButton\": \"Thank you\",\n  \"@_incrementButton\": {\n    \"type\": \"text\",\n    \"placeholders\": {}\n  },\n}\n```\n\n## License\nCopyright © 2023 JEDLSoft\n\nThis plugin is license under Apache2. See the [LICENSE](./LICENSE)\nfile for more details.\n\n## Release Notes\n\nv1.0.0\n* Implement for [ARB](https://github.com/google/app-resource-bundle/wiki/ApplicationResourceBundleSpecification) file type of localization.\n  *  It localizes the `intl_messages.arb` file which is the result of `extract_to_arb.dart` program provided by [intl_translation](https://pub.dev/packages/intl_translation)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filib-js%2Filib-loctool-arb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filib-js%2Filib-loctool-arb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filib-js%2Filib-loctool-arb/lists"}