Macrow / rails_kindeditor

Kindeditor for Ruby on Rails
260 stars 108 forks source link

英文版本支持 #34

Closed jerryshen closed 11 years ago

jerryshen commented 11 years ago

最好配置中支持英文版本切换 :+1:

jerryshen commented 11 years ago

我现在是重写了 get_options方法

  private
  def get_options(options)
    ...
    options.merge!(:langType => 'en')
   ...
  end

如果能在config文件中设置 就能更好, 有时间我写个patch

Macrow commented 11 years ago

现在可以实现,不过每个编辑器都得加一个参数,加一个全局参数有这个需求吗?

<%= f.kindeditor :content, langType: 'en' %>