i18n-express icon indicating copy to clipboard operation
i18n-express copied to clipboard

A simple i18n middleware for Express.js

Results 7 i18n-express issues
Sort by recently updated
recently updated
newest added

How can I standarize the error messages that shows my views if I send them from the routers usin flash?? If try to use the translation variable it does not...

Hi, can i use instead of site.com/?clang=es . -> site.com/es ??? without GET param? Thanks.

We are interested in splitting up the files for any given language based on purpose. For example: ``` i18n/en countries.json errors.json general.json i18n/fr countries.json errors.json general.json ``` Is this achievable...

Sometimes it is needed, that a language-file has a prefix like "webapp-en.json" or "locale-en.json" depending on a framework or a plugin. Eg trans-pug plugin for IntelliJ So it would be...

I configure my express application as laid out in the README using i18n-express 1.1.3 and the application starts without a problem. However, when I test my application using Jest, I...