i18n-node-2 icon indicating copy to clipboard operation
i18n-node-2 copied to clipboard

Lightweight simple translation module for node.js / express.js with dynamic json storage. Uses common __('...') syntax in app and templates.

Results 33 i18n-node-2 issues
Sort by recently updated
recently updated
newest added

we have a project using sailsjs and as internally sails uses i18n-2 we have a requirement to add translation file in ICU Format only but i could not find any...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Fixes issue #124 JSON is overwritten if unable to parse the file in DEV mode. If locale JSON file exists AND package is in DEV mode AND the locale is...

check if query.lang is string

Quick question on how the best way to use i18n.__() functionality outside of a request. I have got things working inside of express by following your examples, and all good....

I have a problem merging a locale file with my base file. I have objects with nested objects in the locale file and this nested objects have a few differences...

Related to Issue #39 which has been closed. I noticed that in sails this is a NON-ISSUE however when implementing i18n-2 in my own class and executing it outside of...

Hello! I've tried to use this lib in my own project. But basic configuration doesn't work for me. Here's the language files: `locales/en.json` ``` { "Hello": "Hello EN", .... }...

Hello, This might be what you intend, but whenever new strings are found, it's added to, and only to, the visiting user language file. It should only be added to...