public
Description: Simplifying tests!
Homepage: http://www.nomedojogo.com/category/remarkable/
Clone URL: git://github.com/carlosbrando/remarkable.git
Click here to lend your support to: remarkable and make a donation at www.pledgie.com !
carlosbrando (author)
Thu Oct 29 13:32:03 -0700 2009
commit  e80ffb556c934f9806623898ad59684f1e8ee53d
tree    a3f090e58720b3b73ecee0ffdada76a74796b73e
parent  0ed320c910719926d007e04e811fabc16933085b
remarkable / remarkable_i18n
name age message
..
file README Fri Apr 17 08:22:58 -0700 2009 Added remarkable_i18n folder to hold translatio... [josevalim]
file en.yml Loading commit data...
file pt-BR.yml
remarkable_i18n/README
= Remarkable I18n

This folder contains remarkable translations in several languages.

== How to I18n my specs

Inside your spec helper do:

   Remarkable.add_locale "path/to/my_locale.yml"
   Remarkable.locale = :my_locale

If you are using Remarkable with Rails, you can place the locale file inside
you config/locales folder and then you can skip the first line.

== Contributors

* pt-BR: José Valim (http://github.com/josevalim)