https://github.com/yanickrochon/i18n
Type-safe localisation.
https://github.com/yanickrochon/i18n
i18n localisation translation
Last synced: 8 months ago
JSON representation
Type-safe localisation.
- Host: GitHub
- URL: https://github.com/yanickrochon/i18n
- Owner: yanickrochon
- License: mit
- Created: 2024-03-10T14:36:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T00:44:39.000Z (about 2 years ago)
- Last Synced: 2025-06-28T15:43:35.956Z (12 months ago)
- Topics: i18n, localisation, translation
- Language: TypeScript
- Homepage:
- Size: 629 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# foo i18n
Type-safe localisation.
Read the [documentation](https://yanickrochon.github.io/i18n/) for more information.
## Development
This project is using [Turborepo ](https://turbo.build/repo) and [pnpm](https://pnpm.io/).
### Install everything
```
pnpm i
```
### Reset all dependencies
```
pnpm reset
```
## Derivative work
This project is based and inspired on similar projects, most notably:
- [`@intl/t`](https://www.npmjs.com/package/@intl/t)
- [`next-intl`](https://www.npmjs.com/package/next-intl)
- [`universal-i18n`](https://www.npmjs.com/package/universal-i18n)