i18n Demo Project

October 16, 2025 ยท View on GitHub

This project includes:

  • Component-based translations

  • ICU Message format examples

  • i18n-react installation example

  • i18n-cli config

  • Linting rules for eslint-plugin-i18n

  • i18n-optimize-plugin plugin for text optimization and markdown support

Running the project

  1. Install pnpm

    npm i -g pnpm@9.12.3
    
  2. Install dependencies

    pnpm i
    
  3. Start the project

    pnpm run dev