{"id":13506563,"url":"https://github.com/nuxt-modules/i18n","last_synced_at":"2026-02-06T17:10:58.110Z","repository":{"id":37004275,"uuid":"110467581","full_name":"nuxt-modules/i18n","owner":"nuxt-modules","description":"I18n module for Nuxt","archived":false,"fork":false,"pushed_at":"2026-02-04T16:48:02.000Z","size":24444,"stargazers_count":2021,"open_issues_count":155,"forks_count":518,"subscribers_count":23,"default_branch":"main","last_synced_at":"2026-02-05T02:55:34.253Z","etag":null,"topics":["i18n","internationalization","javascript","nuxt","nuxt-module","routing","typescript","vue"],"latest_commit_sha":null,"homepage":"https://i18n.nuxtjs.org","language":"TypeScript","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/nuxt-modules.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["BobbieGoede","kazupon"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2017-11-12T20:42:35.000Z","updated_at":"2026-02-04T16:49:58.000Z","dependencies_parsed_at":"2026-01-01T04:09:03.504Z","dependency_job_id":null,"html_url":"https://github.com/nuxt-modules/i18n","commit_stats":{"total_commits":841,"total_committers":83,"mean_commits":"10.132530120481928","dds":0.5612366230677764,"last_synced_commit":"cff8ccd2ac687e82013ce0bb97d202d89e8725e9"},"previous_names":["nuxt-community/i18n-module","nuxt-community/nuxt-i18n"],"tags_count":284,"template":false,"template_full_name":null,"purl":"pkg:github/nuxt-modules/i18n","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fi18n","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fi18n/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fi18n/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fi18n/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt-modules","download_url":"https://codeload.github.com/nuxt-modules/i18n/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-modules%2Fi18n/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29169389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T16:33:35.550Z","status":"ssl_error","status_checked_at":"2026-02-06T16:33:30.716Z","response_time":59,"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":["i18n","internationalization","javascript","nuxt","nuxt-module","routing","typescript","vue"],"created_at":"2024-08-01T01:00:53.729Z","updated_at":"2026-02-06T17:10:58.092Z","avatar_url":"https://github.com/nuxt-modules.png","language":"TypeScript","readme":"[![Nuxt i18n](./docs/public/cover.png)](https://i18n.nuxtjs.org)\n\n[![](https://img.shields.io/npm/v/%40nuxtjs%2Fi18n/latest.svg?style=flat\u0026label=npm\u0026colorA=18181B)](https://npmjs.com/package/%40nuxtjs%2Fi18n)\n[![](https://img.shields.io/npm/dm/%40nuxtjs%2Fi18n?style=flat\u0026colorA=18181B\u0026color=blue)](https://npmjs.com/package/%40nuxtjs%2Fi18n)\n[![](https://snyk.io/test/github/nuxt-community/i18n-module/badge.svg?style=flat-square)](https://snyk.io/test/github/nuxt-modules/i18n)\n\u003ca href=\"https://volta.net/nuxt-modules/i18n?utm_source=nuxt_i18n_readme\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg\" alt=\"Volta board\"\u003e\u003c/a\u003e\n\n# Nuxt I18n\n\nInternationalization (i18n) for Nuxt apps.\n\n[📖 Read documentation](https://i18n.nuxtjs.org/)\n\n## Features\n\n- Integration with `vue-i18n`\n- Route localization (static \u0026 dynamic)\n- Lazy load translations\n- SEO tag localization\n- Layer support\n\n## 🚀 Usage\n\n### Install\n\n1. Install the `@nuxtjs/i18n` module to your project\n\n```sh\nnpx nuxi@latest module add i18n\n```\n\n2. Configure the module using the `i18n` key in `nuxt.config.ts`\n\n```ts\n{\n  modules: [\n    '@nuxtjs/i18n',\n  ],\n  i18n: {\n    locales: [\n      { code: 'en', language: 'en-US' },\n      { code: 'fr', language: 'fr-FR' }\n    ],\n    defaultLocale: 'en',\n  }\n}\n```\n\n## Sponsors\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://raw.githubusercontent.com/bobbiegoede/static/main/sponsors.svg\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/bobbiegoede/static/main/sponsors.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 🔗 Links\n\n- 🔖 [Release notes](./CHANGELOG.md)\n- 👥 [Community](https://discord.nuxtjs.org/) (`🗨️❓ help` support forum)\n- 📖 Documentation\n  - [Version 10.x](https://next.i18n.nuxtjs.org/)\n  - [Version 9.x](https://v9.i18n.nuxtjs.org/)\n  - [Version 8.x](https://v9.i18n.nuxtjs.org/docs/v8)\n  - [Version 7.x (Nuxt 2 - EOL)](https://v9.i18n.nuxtjs.org/docs/v7)\n\n## ©️ License\n\n[MIT License](./LICENSE) - Copyright (c) Nuxt Community\n","funding_links":["https://github.com/sponsors/BobbieGoede","https://github.com/sponsors/kazupon"],"categories":["Uncategorized","JavaScript","TypeScript"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fi18n","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt-modules%2Fi18n","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-modules%2Fi18n/lists"}