{"id":15860272,"url":"https://github.com/defint/flutter_i18n_locize","last_synced_at":"2025-08-12T20:31:44.882Z","repository":{"id":46132133,"uuid":"291615114","full_name":"defint/flutter_i18n_locize","owner":"defint","description":"Easy integration locize.io to flutter_i18n.","archived":false,"fork":false,"pushed_at":"2021-11-11T18:11:12.000Z","size":34,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-27T04:47:29.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","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/defint.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-31T04:34:25.000Z","updated_at":"2023-11-26T09:19:46.000Z","dependencies_parsed_at":"2022-07-20T07:32:13.802Z","dependency_job_id":null,"html_url":"https://github.com/defint/flutter_i18n_locize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defint%2Fflutter_i18n_locize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defint%2Fflutter_i18n_locize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defint%2Fflutter_i18n_locize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defint%2Fflutter_i18n_locize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defint","download_url":"https://codeload.github.com/defint/flutter_i18n_locize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229705817,"owners_count":18110846,"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":[],"created_at":"2024-10-05T21:43:19.794Z","updated_at":"2024-12-14T13:19:14.408Z","avatar_url":"https://github.com/defint.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_i18n_locize\n\nEasy integration locize.io to flutter_i18n. Contains methods to fetch translations and upload new translations.\n\n[![Pub Package](https://img.shields.io/pub/v/flutter_i18n_locize.svg)](https://pub.dev/packages/flutter_i18n_locize)\n[![GitHub Actions](https://github.com/defint/flutter_i18n_locize/workflows/Publish%20CI/badge.svg)](https://github.com/defint/flutter_i18n_locize/actions)\n\n## Use cases\n\n### Fetching translations\n\nCreate config file `.locize.yaml` inside your root project folder and paste the next lines:\n\n```yaml\nassetsPath: \"./assets/flutter_i18n\"\nproject:\n  id: \"...\"      # change your project id\n  namespaces:    # change your supported namespaces\n    - \"mobile\"\n  languages:     # change your supported languages\n    - \"en\"\n    - \"ru\"\n  version: \"latest\"\n  #isPrivate: true # in case your project is private you need also API key\n  #apiKey: \"...\"  # change your API key\n```\n\nOpen your terminal and run next command:\n\n```\nflutter pub run flutter_i18n_locize fetch\n```\n\nCheck that translations has been loaded to your assets.\n\n### Uploading new translations\n\nCreate config file `.locize.yaml` inside your root project folder and paste the next lines:\n\n```yaml\nassetsPath: \"./assets/flutter_i18n\"\nproject:\n  id: \"...\"      # change your project id\n  apiKey: \"...\"  # change your API key\n  namespaces:    # change your supported namespaces\n    - \"mobile\"\n  languages:     # change your supported languages\n    - \"en\"\n    - \"ru\"\n  version: \"latest\"\n```\n\nAdd some translations to your assets.\nOpen your terminal and run:\n\n```\nflutter pub run flutter_i18n_locize upload\n```\n\nCheck that translations has been uploaded to locize.io.\n\n## Available commands\n\n| Command | Description |\n|---------|-------------|\n| `fetch` | Downloads translations from the locize.io to your assets folder. |\n| `upload` | Uploads translations to the locize.io from your assets folder. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefint%2Fflutter_i18n_locize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefint%2Fflutter_i18n_locize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefint%2Fflutter_i18n_locize/lists"}