2.0.6 • Published 6 months ago

@skyra/i18next-backend v2.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

@skyra/i18next-backend

A fast and modern filesystem-based i18next backend for Node.js.

Usage

import { Backend } from '@skyra/i18next-backend';
import i18next from 'i18next';

i18next.use(Backend);

await i18next.init({
	backend: {
		paths: [
			// Using a string:
			'/locales/{{lng}}/{{ns}}.json',
			// Using an URL:
			new URL('/locales/{{lng}}/{{ns}}.json', import.meta.url),
			// Using a function:
			(lng, ns) => `/locales/${lng}/${ns}.json`
		]
	}
	// ... i18next options
});
2.0.7-next.a6ef540

6 months ago

2.0.7-next.492fcc8

6 months ago

2.0.7-next.9b52063

6 months ago

2.0.6-next.ef259a2

9 months ago

2.0.6-next.5393a0c

12 months ago

2.0.6-next.9143271

6 months ago

2.0.7-next.c11c390

6 months ago

2.0.7-next.66e03ad

6 months ago

2.0.6

6 months ago

2.0.6-next.2fd587f

6 months ago

2.0.7-next.8bd9594

6 months ago

2.0.6-next.3971d50

11 months ago

2.0.7-next.fea29a6

6 months ago

2.0.6-next.4d7ae8c

11 months ago

2.0.6-next.a3a91cc

10 months ago

2.0.6-next.add5d0e

6 months ago

2.0.6-next.6bf7063

7 months ago

2.0.6-next.295c963

9 months ago

2.0.6-next.c69764e

6 months ago

2.0.7-next.6d0d41b

6 months ago

2.0.6-next.de81fe1

12 months ago

2.0.7-next.38fda83

6 months ago

2.0.6-next.2fa6457

6 months ago

2.0.6-next.b222bb6

12 months ago

2.0.7-next.1f60028

6 months ago

2.0.7-next.24453e7

6 months ago

2.0.7-next.f5aff3e

6 months ago

2.0.7-next.2250521

6 months ago

2.0.7-next.dc85943

6 months ago

2.0.6-next.51fce94

11 months ago

2.0.7-next.23d9751

6 months ago

2.0.7-next.ce5c7b6

6 months ago

2.0.6-next.07a19fa

9 months ago

2.0.6-next.182fd3f

6 months ago

2.0.7-next.b9be90a

6 months ago

2.0.6-next.dbe950f

8 months ago

2.0.6-next.db2f8ae

10 months ago

2.0.6-next.43dafe2

7 months ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.1.0

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago