Astro I18n Aut screenshot

Astro I18n Aut

Author Avatar Theme by Jlarmstrongiv
Updated: 21 May 2025
166 Stars

The i18n integration for Astro

Overview:

The astro-i18n-aut is an internationalization (i18n) integration designed for Astro. Its main goal is to support multiple languages in Astro projects without duplicating template files, providing adapter and UI framework agnosticism, and being compatible with @astrojs/sitemap.

Features:

  • DefaultLocale Support: Set a default language locale to fallback on.
  • Avoids Template File Duplication: Ensures that templates do not need to be duplicated for different languages.
  • Adapter and UI Framework Agnostic: Works seamlessly regardless of the adapter or UI framework used.
  • Compatible with @astrojs/sitemap: Ensures compatibility with the @astrojs/sitemap package.

Installation:

To install the astro-i18n-aut theme, follow these steps:

  1. Install via npm:
    npm install astro-i18n-aut
    
  2. Configure the Astro config file.
  3. Add the theme to your .gitignore file.

Summary:

The astro-i18n-aut theme provides a seamless internationalization integration for Astro projects, allowing developers to support multiple languages without extra template file duplication. With features like defaultLocale support, adapter and UI framework agnosticism, and compatibility with @astrojs/sitemap, this theme streamlines the i18n process in Astro projects.