My gem to insert i18n strings to templates

Hey,

I’m the author of a gem called i15r
(GitHub - balinterdi/i15r: Replaces plain text strings in your views and replaces them with I18n message strings so you only have to provide the translations (i15r = internationalizer)).
It automates replacing “plain” strings with I18n message strings in erb
or
haml templates and thus automates the boring process of doing it
manually.

I wanted to add it to the ruby i18n wiki (http://ruby-i18n.org/wiki) but
did not find a way to do so. Is the content of the site available in
some
repository? If not, can someone please add it?

Thank you,
Balint