{"id":28466590,"url":"https://github.com/locize/locize-gatsby-example","last_synced_at":"2025-07-31T09:05:12.359Z","repository":{"id":55066172,"uuid":"521537083","full_name":"locize/locize-gatsby-example","owner":"locize","description":"A simple starter to get up and developing quickly with internationalized Gatsby","archived":false,"fork":false,"pushed_at":"2022-08-09T07:25:50.000Z","size":612,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-29T07:27:34.109Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/locize.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}},"created_at":"2022-08-05T06:59:30.000Z","updated_at":"2023-11-24T03:43:12.000Z","dependencies_parsed_at":"2022-08-14T10:50:43.935Z","dependency_job_id":null,"html_url":"https://github.com/locize/locize-gatsby-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/locize/locize-gatsby-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locize%2Flocize-gatsby-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locize%2Flocize-gatsby-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locize%2Flocize-gatsby-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locize%2Flocize-gatsby-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/locize","download_url":"https://codeload.github.com/locize/locize-gatsby-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locize%2Flocize-gatsby-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268016321,"owners_count":24181651,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-06-07T07:04:51.267Z","updated_at":"2025-07-31T09:05:12.291Z","avatar_url":"https://github.com/locize.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is the example app used in [this blog post](https://www.locize.com/blog/gatsby-i18n/).\n\n# synchronize with locize\nHere, you basically keep the existing setup but are synchronizing the translation files with locize.\nThis can be done on-demand or on the CI-Server or before deploying the app.\n\n## What to do to reach this step:\n1. in locize: signup at https://locize.com/register and [login](https://docs.locize.com/integration/getting-started/create-a-user-account)\n2. in locize: [create a new project](https://docs.locize.com/integration/getting-started/add-a-new-project)\n3. in locize: add \"de\" as additional language (this can also be done via [API](https://docs.locize.com/integration/api#add-new-language))\n4. install the [locize-cli](https://github.com/locize/locize-cli)\n\n## use the [locize-cli](https://github.com/locize/locize-cli)\nUse the `npm run syncLocales` script to synchronize your [local repository](https://github.com/locize/locize-gatsby-example/tree/main/locales) with what is published on locize.\n\nAlternatively, you can also use the `npm run downloadLocales` script to always download the published locize translations to your [local repository](https://github.com/locize/locize-gatsby-example/tree/main/locales) before bundling your app.\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.gatsbyjs.com/?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter\"\u003e\n    \u003cimg alt=\"Gatsby\" src=\"https://www.gatsbyjs.com/Gatsby-Monogram.svg\" width=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Gatsby minimal starter\n\u003c/h1\u003e\n\n## 🚀 Quick start\n\n1.  **Create a Gatsby site.**\n\n    Use the Gatsby CLI to create a new site, specifying the minimal starter.\n\n    ```shell\n    # create a new Gatsby site using the minimal starter\n    npm init gatsby\n    ```\n\n2.  **Start developing.**\n\n    Navigate into your new site’s directory and start it up.\n\n    ```shell\n    cd my-gatsby-site/\n    npm run develop\n    ```\n\n3.  **Open the code and start customizing!**\n\n    Your site is now running at http://localhost:8000!\n\n    Edit `src/pages/index.js` to see your site update in real-time!\n\n4.  **Learn more**\n\n    - [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter)\n\n    - [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter)\n\n    - [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter)\n\n    - [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter)\n\n    - [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter)\n\n    - [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter\u0026utm_medium=readme\u0026utm_campaign=minimal-starter)\n\n## 🚀 Quick start (Gatsby Cloud)\n\nDeploy this starter with one click on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/):\n\n[\u003cimg src=\"https://www.gatsbyjs.com/deploynow.svg\" alt=\"Deploy to Gatsby Cloud\"\u003e](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-minimal)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocize%2Flocize-gatsby-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocize%2Flocize-gatsby-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocize%2Flocize-gatsby-example/lists"}