Closed whitequark closed 12 years ago
Any updates on this? We are currently using the gem, and are running into all kinds of git conflicts because of the locales.js file having to be tracked.
D'oh. Sorry, I am using this gem myself and the git tracking is driving me crasy. On the other hand, last time I've been working on the gem, I found the asset pipeline internals impenetrable (and also quite volatile, as that was something like rc4). I'll look into it at the weekends.
I'm aware of the issues with Rails 3 and its asset pipeline, but I don't have enough experience with it to know what should be done. If you've been using this and it works well, I'll merge it.
i18-js gem is the Rails 3-compatible replacement for babilu. I switched all my projects to it. It's API-level-compatible.
Ok, I'll just deprecate this. i18n-js looks much better maintained.
I've almost rewrote the Ruby part of plugin to make it generate the file both in development and production mode automatically (thus removing the need to check locales.js into VCS), and also improved Rails 3 compatibility.