{"id":18876315,"url":"https://github.com/carlosulisesochoa/nextjs-multipage-multilanguage-example","last_synced_at":"2025-04-14T17:32:09.371Z","repository":{"id":161342380,"uuid":"635989995","full_name":"CarlosUlisesOchoa/nextjs-multipage-multilanguage-example","owner":"CarlosUlisesOchoa","description":"A template/example of a starter project with Nextjs 14.2 + i18n + next-roots (svobik7)","archived":false,"fork":false,"pushed_at":"2024-06-14T01:02:20.000Z","size":263,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-15T00:45:23.022Z","etag":null,"topics":["appdir","i18n","localization","mpa","next","nextjs"],"latest_commit_sha":null,"homepage":"https://nextjs-multipage-multilanguage-example-89lcrjkjj.vercel.app","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/CarlosUlisesOchoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2023-05-03T22:33:22.000Z","updated_at":"2024-06-14T01:02:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a203517-94b8-47ce-8c95-c4efa466e55e","html_url":"https://github.com/CarlosUlisesOchoa/nextjs-multipage-multilanguage-example","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosUlisesOchoa%2Fnextjs-multipage-multilanguage-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosUlisesOchoa%2Fnextjs-multipage-multilanguage-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosUlisesOchoa%2Fnextjs-multipage-multilanguage-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosUlisesOchoa%2Fnextjs-multipage-multilanguage-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CarlosUlisesOchoa","download_url":"https://codeload.github.com/CarlosUlisesOchoa/nextjs-multipage-multilanguage-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223639310,"owners_count":17177816,"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":["appdir","i18n","localization","mpa","next","nextjs"],"created_at":"2024-11-08T06:12:25.895Z","updated_at":"2024-11-08T06:12:26.428Z","avatar_url":"https://github.com/CarlosUlisesOchoa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eNext.js 14.2 + appDir + i18n + \u003ca href=\"https://github.com/svobik7/next-roots\"\u003enext-roots\u003c/a\u003e\u003c/h1\u003e\n  \u003ca href=\"https://github.com/CarlosUlisesOchoa/nextjs-multipage-multilanguage-example\"\u003e\u003cimg src=\"https://img.shields.io/badge/latest%20release-v2.1.0-blue\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/CarlosUlisesOchoa/nextjs-multipage-multilanguage-example\"\u003e\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/CarlosUlisesOchoa/nextjs-multipage-multilanguage-example/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n![bg-next-roots](https://github.com/CarlosUlisesOchoa/nextjs-multipage-multilanguage-example/assets/26280134/aad88e22-e2b1-4217-9e8f-99cb1bcba48b)\n\n## Overview\n\nThis project template showcases an enhanced internationalization (i18n) experience in a Next.js application using the next-roots package. By generating all localized file-routes (slugs) in advance, this approach simplifies routing and improves performance compared to dynamic `[lang]` segments.\n\n\u003cbr/\u003e\n\n### Key Benefits\n\n- **Simplified Routing**: Automatically generates localized routes such as `/es/acerca` and `/about`, allowing you to manage multiple languages efficiently.\n- **Centralized Translation Files**: Keep your code clean by defining routes in one file and placing translations in another, making it easier to maintain and scale your application.\n\n\u003cbr/\u003e\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Getting Started](#getting-started)\n- [Contributing](#contributing)\n- [License](#license)\n- [About Developer](#about-developer)\n\n\u003cbr/\u003e\n\n## Getting Started\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/CarlosUlisesOchoa/nextjs-multipage-multilanguage-example.git\n    ```\n\n2. **Navigate to the project directory:**\n\n    ```bash\n    cd nextjs-multipage-multilanguage-example\n    ```\n\n3. **Install dependencies:**\n\n    ```bash\n    pnpm install\n    ```\n\n4. **Run the development server:**\n\n    ```bash\n    pnpm dev\n    ```\n\n5. **Open the application:**\n\n    Visit [http://localhost:3000](http://localhost:3000) in your browser to see the app in action.\n\n\u003cbr/\u003e\n\n## Contributing\n\nPull requests and contributions are welcome. Please open an issue first to discuss your proposed changes or improvements.\n\n\u003cbr/\u003e\n\n## License\n\nThis project is released under the [MIT License](LICENSE).\n\n\u003cbr/\u003e\n\n## About developer\n\nVisit my web [Carlos Ochoa](https://carlos8a.com)\n\n\u003cbr/\u003e\n\n---\n\n**Note:** If you encounter any issues with the project, please report them [here](https://github.com/CarlosUlisesOchoa/nextjs-multipage-multilanguage-example/issues). Contributions are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosulisesochoa%2Fnextjs-multipage-multilanguage-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlosulisesochoa%2Fnextjs-multipage-multilanguage-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosulisesochoa%2Fnextjs-multipage-multilanguage-example/lists"}