Closed AlexXi19 closed 1 month ago
Support for node
Use https://github.com/i18next/i18next-fs-backend and return a i18next instance with an additional getTranslation function that gets the t.
getTranslation
t
Use examples/node to test the implementation
examples/node
➜ pnpm start > @i18next-toolkit/example-node@0.0.0 start /Users/alexxi/Desktop/CS/i18next-toolkit/examples/node > ts-node src/index.ts Bonjour le monde
LGTM
Description
Support for node
Implementation
Use https://github.com/i18next/i18next-fs-backend and return a i18next instance with an additional
getTranslation
function that gets thet
.Testing
Use
examples/node
to test the implementation1