jeresig / i18n-node-2

Lightweight simple translation module for node.js / express.js with dynamic json storage. Uses common __('...') syntax in app and templates.
MIT License
507 stars 79 forks source link

release 0.4.7 on npmjs.com #72

Closed lubomir-haralampiev closed 8 years ago

lubomir-haralampiev commented 8 years ago

Hi,

I'd like to use the latest version 0.4.7 which implements the dot notation for the translation keys.

Please update the release on npmjs.com

Cheers

gjuchault commented 8 years ago

Only @jeresig can do that (it'd be great if there was an automatic publishing service - TravisCI to do that)

Joshua-F commented 8 years ago

+1 would love to use dot notation

ping @jeresig or @KLicheR

jeresig commented 8 years ago

@gjuchault what is your npm username? I can give you access to push releases.

gjuchault commented 8 years ago

Same (gjuchault)

joshzume commented 8 years ago

Is there an ETA for npm version to be updated?

jeresig commented 8 years ago

Sorry for the delay. I've just given @gjuchault access to the npm module, he should be able to publish now.

joshzume commented 8 years ago

awesome

gjuchault commented 8 years ago

In fact; there is some problems with the dot notation (if you try to translate a real sentence that contains a dot - as in the tests -) they don't pass as they're treated as object paths. How should we treat that ?

gjuchault commented 8 years ago

Version 0.6.0 has been published