Skip to content

Commit

Permalink
updating README with Disclaimer!
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Stamat committed Oct 5, 2009
1 parent 313d580 commit b7983cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ h1. A Database Backend For Rails I18N

Stores your translations in the database, rather than yaml files. As you tag items with i18n.t() throughout your code base, all untranslated items are marked and added to the database. An admin panel is provided so translators can quickly translate untranslated text. All lookups occur in a cache store of your choice prior to hitting the database.

h2. DISCLAIMER!

In implementing this into another project, I realized that the currency support is currently broken. It basically boils down to the i18n gem accessing some of the Rails i18n yaml's in a different way than others. In this case, it's requesting a parent key, and expects a hash to be returned containing the children. This is not baked in the plugin at the moment, and any contributions toward this would be well received.

h2. Installation

Expand Down

0 comments on commit b7983cf

Please sign in to comment.