Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node-i18n v0.2 #1

Merged
merged 8 commits into from Apr 27, 2011
Merged

node-i18n v0.2 #1

merged 8 commits into from Apr 27, 2011

Conversation

ghost
Copy link

@ghost ghost commented Apr 27, 2011

I've made some improvements and optimizations to node-i18n, and bumped the version to 0.2. Here's a brief synopsis of my changes:

  • Removed the Underscore dependency, since it was only used in I18n#t. I've also renamed this method to I18n#interpolate for clarity.
  • The top-level I18n function now works as both a factory and a constructor, removing the need for the I18n.factory method.
  • Fixed a few typos in the examples. node examples/templating.js should now run without throwing any exceptions.
  • A few other minor optimizations.

ohaibbq pushed a commit that referenced this pull request Apr 27, 2011
@ohaibbq ohaibbq merged commit 9fc693a into ohaibbq:master Apr 27, 2011
@ohaibbq
Copy link
Owner

ohaibbq commented Apr 27, 2011

Thanks a ton! I'm really loving the changes, I wrote this very quickly for something to do and neglected it after that. We should continue to work on it. :)

@ghost
Copy link
Author

ghost commented Apr 27, 2011

Thanks for the quick merge! Sure, we could definitely keep working on it...were you thinking of adding anything in particular?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant