Hi,
ExpressJS and Jade here. Using your fine library but running into an issue when changing locale. That is, that the key is being shown instead of the default locale (english in my case).
en.json contains this:
"select_language" : "Select language"
de.json does NOT contain it at all and what we see instead of "Select language" is the "select_language".
Using 0.4.1 (the one that comes by default when doing a npm install i18n)
Thanks for the feedback.
Kind Regards,
Nitai
Hi,
ExpressJS and Jade here. Using your fine library but running into an issue when changing locale. That is, that the key is being shown instead of the default locale (english in my case).
en.json contains this:
"select_language" : "Select language"
de.json does NOT contain it at all and what we see instead of "Select language" is the "select_language".
Using 0.4.1 (the one that comes by default when doing a npm install i18n)
Thanks for the feedback.
Kind Regards,
Nitai