Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
/ i18n-table Public archive

A React component that helps organize and manage translations

Notifications You must be signed in to change notification settings

vazco/i18n-table

Repository files navigation

Monorepo of i18n-table

Note

If you want to see README file of i18n-table, check it here.

Get started

You can start playground project locally. It's NextJS application with basic i18n-table implementation.

  1. Requirements
Node v20.11.0
npm v10.4.0
  1. Install dependencies
npm install
  1. Start project in development mode
npm run dev