2.0.5 • Published 2 months ago

@skyra/i18next-backend v2.0.5

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

2 months ago

2.0.6-next.2a3232b

3 months ago

2.0.6-next.160a43d

3 months ago

2.0.6-next.3ef7779

3 months ago

2.0.6-next.c043105

3 months ago

2.0.6-next.75a2e6d

3 months ago

2.0.6-next.7f53fbb

4 months ago

2.0.6-next.a92e0a3

3 months ago

2.0.6-next.4c200f3

6 months ago

2.0.6-next.5c3fc84

5 months ago

2.0.6-next.30f0d76

5 months ago

2.0.6-next.74ba3aa

7 months ago

2.0.6-next.697c44f

7 months ago

2.0.6-next.f4d6b50

7 months ago

2.0.6-next.8741937

5 months ago

2.0.6-next.807a284

5 months ago

2.0.6-next.b18f2a2

6 months ago

2.0.6-next.fe68090

5 months ago

2.0.6-next.d92605d

6 months ago

2.0.6-next.c4958f3

6 months ago

2.0.6-next.ff7c30d

7 months ago

2.0.6-next.cf5c4df

6 months ago

2.0.6-next.9d982e3

6 months ago

2.0.6-next.91bc996

5 months ago

2.0.6-next.b998ff0

4 months ago

2.0.6-next.2f5749d

7 months ago

2.0.6-next.17955d7

6 months ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

1.1.0

2 years ago

2.0.0

2 years ago

1.0.2

2 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