Gatsby Plugin Intl

screenshot of Gatsby Plugin Intl
gatsby

Gatsby plugin that turns your website into an internationalization-framework out of the box.

Overview:

The gatsby-plugin-intl is a plugin for Gatsby that allows users to internationalize their Gatsby websites. It comes with several key features including support for automatic redirection based on the user's preferred language, support for multi-language URL routes in a single page component, and the ability to create separate pages for each language version of a page.

Features:

  • Internationalization out of the box: The gatsby-plugin-intl turns your Gatsby site into an internationalization framework powered by react-intl.
  • Automatic redirection: The plugin supports automatic redirection based on the user's preferred language in the browser, provided by browser-lang.
  • Multi-language URL routes: With the plugin, you can have multi-language URL routes in a single page component. This means you don't have to create separate pages for each language version.

Summary:

The gatsby-plugin-intl is a powerful Gatsby plugin that enables internationalization on Gatsby websites. It provides features such as automatic redirection based on the user's preferred language, support for multi-language URL routes, and the ability to easily create separate pages for each language version. With this plugin, developers can easily create multilingual websites that follow the best practices recommended by Google.

gatsby
Gatsby

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.