RubyGems Navigation menu

i18n_csv 0.1.2

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)
显示所有版本 (共 9 个)

Development 依赖 (3):

bundler ~> 1.3
i18n >= 0
rake >= 0

业主:

作者:

  • Artem Shoobovych

SHA 256 校验和:

b51f92f27314b0fb025ec5e68131c1112b24422f6b2983a4d99bf1204ec1df23

下载总量 23,458

这个版本 2,785

许可:

MIT

需要的 Ruby 版本:

链接: