Categories: None [Edit]

i18n_csv

https://rubygems.org/gems/i18n_csv
https://github.com/shybovycha/i18n_csv
One extends standard I18n so that you could store your translations in a Comma-Separated Value files (CSV) in a key-value manner, where the key is a word or a phrase or even a poem if you wish. No limits here (except be aware to escape symbols so the CSV format is kept). And the value is the same text as the key but translated to a language, specified by a file name you are using (for example, you could write one line to a sp.csv file: `"hello!","hola!"` and use `t 'hello!'` with a spanish locale to get the "hola!" text).

Total

Ranking: 42,771 of 180,434
Downloads: 23,554

Daily

Ranking: 85,863 of 180,417
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,072,399,962bundler
6910,673,560i18n
16852,527,476rake

Owners

#GravatarHandle
1iconshybovycha