{"id":23806767,"url":"https://github.com/PlayForm/Localize","last_synced_at":"2025-09-06T17:31:15.400Z","repository":{"id":189009840,"uuid":"676970666","full_name":"PlayForm/Localize","owner":"PlayForm","description":"📔 Localize —","archived":false,"fork":false,"pushed_at":"2024-12-08T16:18:41.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"Current","last_synced_at":"2025-01-01T21:54:21.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://GitHub.Com/PlayForm/Localize","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PlayForm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"custom":"https://Stripe.PlayForm.LTD/b/3csdQZfzn2LDaBOcMN","open_collective":"playform-cloud-collective"}},"created_at":"2023-08-10T12:41:25.000Z","updated_at":"2024-12-08T16:18:45.000Z","dependencies_parsed_at":"2024-04-02T16:28:28.728Z","dependency_job_id":"a77e9085-417f-42d0-a41d-4022a73abaca","html_url":"https://github.com/PlayForm/Localize","commit_stats":{"total_commits":43,"total_committers":4,"mean_commits":10.75,"dds":0.4651162790697675,"last_synced_commit":"0558a2aef15f5515d9431d94c7ac6b99ed5f7e18"},"previous_names":["nikolarhristov/astroinlang","playform/astroinlang","playform/inlangastro","playform/localize"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayForm%2FLocalize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayForm%2FLocalize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayForm%2FLocalize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayForm%2FLocalize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlayForm","download_url":"https://codeload.github.com/PlayForm/Localize/tar.gz/refs/heads/Current","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232133905,"owners_count":18477299,"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":"2025-01-01T23:14:17.424Z","updated_at":"2025-09-06T17:31:15.389Z","avatar_url":"https://github.com/PlayForm.png","language":null,"readme":"# 📔 [Localize]\n\nThis **[`Astro integration`][astro-integration]** allows you to translate your\ncomponents using InLang.\n\n## Installation 🚀\n\nThere are two ways to add integrations to your project. Let's try the most\nconvenient option first!\n\n### `astro add` command\n\nAstro includes a CLI tool for adding first party integrations: `astro add`. This\ncommand will:\n\n1. (Optionally) Install all necessary dependencies and peer dependencies\n2. (Also optionally) Update your `astro.config.*` file to apply this integration\n\nTo install `Localize`, run the following from your project directory and follow\nthe prompts:\n\nUsing NPM:\n\n```sh\nnpx astro add inlang-astro\n```\n\nUsing Yarn:\n\n```sh\nyarn astro add inlang-astro\n```\n\nUsing PNPM:\n\n```sh\npnpx astro add inlang-astro\n```\n\n### Install dependencies manually\n\nFirst, install the `Localize` integration like so:\n\n```sh\nnpm install -D -E inlang-astro\n```\n\nThen, apply this integration to your `astro.config.*` file using the\n`integrations` property:\n\n**`astro.config.ts`**\n\n```ts\nimport inlang from \"inlang-astro\";\n\nexport default { integrations: [inlang()] };\n```\n\n## Getting started\n\n#### Set `Logger` to `0` if you do not want to see debug messages. Default is `2`.\n\n**`astro.config.ts`**\n\n```ts\nimport inlang from \"inlang-astro\";\n\nexport default {\n\tintegrations: [\n\t\tinlang({\n\t\t\tLogger: 0,\n\t\t}),\n\t],\n};\n```\n\n[Localize]: https://NPMJS.Org/inlang-astro\n[astro-integration]: https://docs.astro.build/en/guides/integrations-guide/\n\n## Changelog\n\nSee [`CHANGELOG.md`](CHANGELOG.md) for a history of changes to this integration.\n","funding_links":["https://Stripe.PlayForm.LTD/b/3csdQZfzn2LDaBOcMN","https://opencollective.com/playform-cloud-collective"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPlayForm%2FLocalize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPlayForm%2FLocalize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPlayForm%2FLocalize/lists"}