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: 5 months ago
JSON representation
A React component that helps organize and manage translations
- Host: GitHub
- URL: https://github.com/vazco/i18n-table
- Owner: vazco
- Created: 2023-09-15T11:30:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T16:00:07.000Z (about 2 years ago)
- Last Synced: 2025-04-22T17:45:05.820Z (11 months ago)
- Topics: component, hacktoberfest, i18n, i18n-manager, react, react-library, translation-manager, translations
- Language: TypeScript
- Homepage: https://i18n-table-playground.vercel.app
- Size: 249 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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
```