RubyGems Navigation menu

i18n_csv 0.0.1

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).

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.1.7 - July 15, 2013 (8.0 KB)
  2. 0.1.6 - July 12, 2013 (8.0 KB)
  3. 0.1.5 - July 09, 2013 (8.0 KB)
  4. 0.1.3 - July 08, 2013 (8.0 KB)
  5. 0.1.2 - July 04, 2013 (8.0 KB)
  6. 0.0.1 - June 27, 2013 (7.0 KB)
顯示所有版本(共 9)

Development 相依性套件 (2):

bundler ~> 1.3
rake >= 0

擁有者:

作者:

  • Artem Shoobovych

SHA 256 checksum:

0eb3357175198c31dfebed617cff6f168c0575d06708c2ab2b64c69098f3729c

總下載次數 23,586

這個版本 2,773

License:

MIT

Ruby 版本需求:

相關連結: