2.0.6 • Published 3 months ago

@skyra/i18next-backend v2.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 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.6-next.4baa8d0

10 months ago

2.0.7-next.a6ef540

3 months ago

2.0.7-next.492fcc8

3 months ago

2.0.7-next.9b52063

3 months ago

2.0.6-next.ef259a2

6 months ago

2.0.6-next.5393a0c

9 months ago

2.0.6-next.9143271

3 months ago

2.0.7-next.c11c390

3 months ago

2.0.7-next.66e03ad

3 months ago

2.0.6

3 months ago

2.0.6-next.2fd587f

3 months ago

2.0.7-next.8bd9594

3 months ago

2.0.6-next.3971d50

9 months ago

2.0.7-next.fea29a6

3 months ago

2.0.6-next.4d7ae8c

8 months ago

2.0.6-next.c3e268f

10 months ago

2.0.6-next.a3a91cc

8 months ago

2.0.6-next.add5d0e

3 months ago

2.0.6-next.6bf7063

4 months ago

2.0.6-next.295c963

6 months ago

2.0.6-next.c69764e

3 months ago

2.0.7-next.6d0d41b

3 months ago

2.0.6-next.de81fe1

9 months ago

2.0.7-next.38fda83

3 months ago

2.0.6-next.c4cb7ee

10 months ago

2.0.6-next.2fa6457

3 months ago

2.0.6-next.6311944

10 months ago

2.0.6-next.b222bb6

9 months ago

2.0.7-next.1f60028

3 months ago

2.0.7-next.24453e7

3 months ago

2.0.7-next.f5aff3e

3 months ago

2.0.7-next.2250521

3 months ago

2.0.6-next.4d41316

10 months ago

2.0.7-next.dc85943

3 months ago

2.0.6-next.51fce94

8 months ago

2.0.7-next.23d9751

3 months ago

2.0.7-next.ce5c7b6

3 months ago

2.0.6-next.07a19fa

6 months ago

2.0.6-next.182fd3f

3 months ago

2.0.6-next.d38f55b

10 months ago

2.0.7-next.b9be90a

3 months ago

2.0.6-next.dbe950f

5 months ago

2.0.6-next.db2f8ae

8 months ago

2.0.6-next.43dafe2

4 months ago

2.0.6-next.4ec0b23

9 months ago

2.0.6-next.b1b6cde

10 months ago

2.0.6-next.2a3232b

10 months ago

2.0.6-next.160a43d

10 months ago

2.0.6-next.3ef7779

10 months ago

2.0.6-next.c043105

11 months ago

2.0.6-next.75a2e6d

11 months ago

2.0.6-next.7f53fbb

11 months ago

2.0.6-next.a92e0a3

11 months ago

2.0.6-next.b998ff0

12 months ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 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

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago