{"id":15464803,"url":"https://github.com/jamesblasco/arb_editor","last_synced_at":"2026-03-16T21:34:10.487Z","repository":{"id":118120381,"uuid":"230596992","full_name":"jamesblasco/arb_editor","owner":"jamesblasco","description":"Online Editor | Edit your .arb files and translate your app the easiest way","archived":false,"fork":false,"pushed_at":"2020-06-03T13:53:51.000Z","size":2000,"stargazers_count":47,"open_issues_count":1,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-22T10:24:51.066Z","etag":null,"topics":["arb","dart","flutter","internationalization","localization"],"latest_commit_sha":null,"homepage":"https://jamesblasco.github.io/arb_editor/master/","language":"Dart","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/jamesblasco.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}},"created_at":"2019-12-28T10:51:06.000Z","updated_at":"2025-01-20T08:21:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec9a9d96-0533-488f-a4e4-7bc377b786af","html_url":"https://github.com/jamesblasco/arb_editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jamesblasco/arb_editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesblasco%2Farb_editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesblasco%2Farb_editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesblasco%2Farb_editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesblasco%2Farb_editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesblasco","download_url":"https://codeload.github.com/jamesblasco/arb_editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesblasco%2Farb_editor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265482106,"owners_count":23774002,"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":["arb","dart","flutter","internationalization","localization"],"created_at":"2024-10-02T00:42:27.498Z","updated_at":"2026-03-16T21:34:10.457Z","avatar_url":"https://github.com/jamesblasco.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"**This project is not under development anymore.**\n\nI am using https://localise.biz/ for editing my translations and exporting them to arb.\nWith the following dart file I automate the proccess of downloading the files and converting them to dart code.\n\n```dart\nvoid main() async {\n  var shell = Shell();\n\n  await shell.run('''\n\ncurl -s -o 'translated.zip' 'https://localise.biz/api/export/archive/arb.zip?key=$key'\nunzip -qq 'translated.zip' -d 'l10n'\nrm -f translated.zip\nrm -rf lib/l10n/\nmv l10n/insights-arb-archive/l10n/ lib/\nrm -rf l10n/\ndart ../../flutter/dev/tools/localization/bin/gen_l10n.dart --template-arb-file intl_messages_en.arb --output-class AppStrings\n\n''');\n}\n```\n\n----\n\n\n\n\n\u003ca href=\"https://jamesblasco.github.io/arb_editor/master/\" rel=\"\"\u003e![Arb Editor](https://github.com/jamesblasco/arb_editor/blob/master/header.png?raw=true)\u003c/a\u003e\n\n# Arb Editor\n\nThis project is not stable and it could cause some errors during downloading\nMaster version =\u003e https://jamesblasco.github.io/arb_editor/master/#/\n\n\n## Roadmap\n\n- [ ] Stable and functional\n- [ ] Number, plurals and dates support\n- [ ] Github implementation \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesblasco%2Farb_editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesblasco%2Farb_editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesblasco%2Farb_editor/lists"}