ncr / rails-i18n forked from svenfuchs/rails-i18n
- Source
- Commits
- Network (112)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
tree 9b5b0e0fac25d04a180d3ec942d4d53a76cf056e
parent 81b2f040890a8eb7a8cb0ec649394932af0e3517
| name | age | message | |
|---|---|---|---|
| |
README.textile | Wed Oct 29 16:22:52 -0700 2008 | |
| |
rails/ |
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.

