Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vazco/i18n-table

A React component that helps organize and manage translations
https://github.com/vazco/i18n-table

component hacktoberfest i18n i18n-manager react react-library translation-manager translations

Last synced: 6 days ago
JSON representation

A React component that helps organize and manage translations

Awesome Lists containing this project

README

        

# Monorepo of i18n-table

> [!Note]
> If you want to see `README` file of `i18n-table`, check it [here](./lib).

## 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
```

2. Install dependencies

```
npm install
```

3. Start project in development mode

```sh
npm run dev
```