haml-magic-translations 4.2.0
This plugin provides "magical translations" in your .haml files. What does it mean? It's mean that all your raw texts in templates will be automatically translated by GetText, FastGettext or Gettext backend from I18n. No more complicated translation keys and ugly translation methods in views. Now you can only write in your language, nothing more. At the end of your work you can easy find all phrases to translate and generate .po files for it. This type of files are also more readable and easier to translate, thanks to it you save your time with translations.
Gemfile:
=
install:
=
Runtime Dependencies (1):
haml
~> 4.0
Development Dependencies (7):
actionpack
>= 0
fast_gettext
>= 0
gettext
>= 2.3
haml-contrib
>= 1.0
maruku
>= 0
rdoc
>= 2.4.2
rspec
>= 2.11