Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vazco/i18n-table
- Owner: vazco
- Created: 2023-09-15T11:30:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-25T16:00:07.000Z (9 months ago)
- Last Synced: 2024-04-13T18:25:47.913Z (7 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: 4
- 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
```