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

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.

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)