2.0.6-next.4ec0b23 • Published 1 year ago

@skyra/i18next-backend v2.0.6-next.4ec0b23

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

10 months ago

2.0.7-next.492fcc8

10 months ago

2.0.7-next.9b52063

10 months ago

2.0.6-next.9143271

10 months ago

2.0.7-next.c11c390

10 months ago

2.0.7-next.66e03ad

10 months ago

2.0.6

10 months ago

2.0.6-next.2fd587f

10 months ago

2.0.7-next.8bd9594

10 months ago

2.0.7-next.fea29a6

10 months ago

2.0.6-next.add5d0e

10 months ago

2.0.6-next.6bf7063

11 months ago

2.0.6-next.c69764e

10 months ago

2.0.7-next.6d0d41b

10 months ago

2.0.7-next.38fda83

10 months ago

2.0.6-next.2fa6457

10 months ago

2.0.7-next.1f60028

10 months ago

2.0.7-next.24453e7

10 months ago

2.0.7-next.f5aff3e

10 months ago

2.0.7-next.2250521

10 months ago

2.0.7-next.dc85943

10 months ago

2.0.7-next.23d9751

10 months ago

2.0.7-next.ce5c7b6

10 months ago

2.0.6-next.182fd3f

10 months ago

2.0.7-next.b9be90a

10 months ago

2.0.6-next.dbe950f

12 months ago

2.0.6-next.43dafe2

11 months ago

2.0.5

2 years ago

2.0.4

3 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