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: 45,553 of 196,079
Downloads: 27,354

Daily

Ranking: 28,803 of 196,051
Downloads: 11

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,664,465,017bundler
61,413,889,779i18n
81,393,380,379rake

Owners

#GravatarHandle
1iconshybovycha