2.0.6 • Published 9 months ago

@skyra/i18next-backend v2.0.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 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

9 months ago

2.0.7-next.492fcc8

9 months ago

2.0.7-next.9b52063

9 months ago

2.0.6-next.ef259a2

12 months ago

2.0.6-next.9143271

9 months ago

2.0.7-next.c11c390

9 months ago

2.0.7-next.66e03ad

9 months ago

2.0.6

9 months ago

2.0.6-next.2fd587f

9 months ago

2.0.7-next.8bd9594

9 months ago

2.0.7-next.fea29a6

9 months ago

2.0.6-next.add5d0e

9 months ago

2.0.6-next.6bf7063

10 months ago

2.0.6-next.295c963

12 months ago

2.0.6-next.c69764e

9 months ago

2.0.7-next.6d0d41b

9 months ago

2.0.7-next.38fda83

9 months ago

2.0.6-next.2fa6457

9 months ago

2.0.7-next.1f60028

9 months ago

2.0.7-next.24453e7

9 months ago

2.0.7-next.f5aff3e

9 months ago

2.0.7-next.2250521

9 months ago

2.0.7-next.dc85943

9 months ago

2.0.7-next.23d9751

9 months ago

2.0.7-next.ce5c7b6

9 months ago

2.0.6-next.07a19fa

12 months ago

2.0.6-next.182fd3f

9 months ago

2.0.7-next.b9be90a

9 months ago

2.0.6-next.dbe950f

11 months ago

2.0.6-next.43dafe2

10 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

4 years ago

1.0.1

4 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