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: 44,680 of 190,529
Downloads: 26,591

Daily

Ranking: 73,392 of 190,497
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,254,889,834bundler
61,306,812,908i18n
81,260,447,422rake

Owners

#GravatarHandle
1iconshybovycha