ncr / rails-i18n forked from svenfuchs/rails-i18n

Repository for collecting Locale data for Ruby on Rails I18n as well as other interesting, Rails related I18n stuff

This URL has Read+Write access

ncr (author)
Sun Dec 07 10:32:56 -0800 2008
commit  a80929a051fac8b3a3c6932005c15723bae52b63
tree    9b5b0e0fac25d04a180d3ec942d4d53a76cf056e
parent  81b2f040890a8eb7a8cb0ec649394932af0e3517
name age message
file README.textile Wed Oct 29 16:22:52 -0700 2008 include note about attribution to readme [svenfuchs]
directory rails/ Loading commit data...
README.textile

Rails Locale Data Repository

Central point to collect locale data for use in Ruby on Rails.

To contribute just send me a pull request, patch or plain text file.

Please include a comment with the language/locale name and your name and email address (or other contact information like your github profile) to the locale file so people can come contact you and ask questions etc.

Also, please pay attention to save your files as UTF-8.

Rails translations

Simple tool for testing the integrity of your key structure:

Make sure you have the Ruby I18n gem installed. If you haven’t already you can try:

sudo gem install svenfuchs-i18n -s http://gems.github.com

Then, standing in the root directory of this repository, do:

ruby rails/test/structure.rb [your-locale]

Assuming that there is a file rails/locale/[your-locale].{rb,yml} you will get a summary of missing and bogus keys as well as extra pluralization keys in your locale data.