I18n Rails 3.2管理员中缺少翻译

时间:2016-02-18 14:47:12

标签: ruby-on-rails internationalization

我使用Rails 3.2,我在国际化项目上工作。我没有翻译管理员部分,但显示此错误 如果有人知道这个错误:

  

翻译缺失:en.support.array.words_connector

http://postimg.org/image/609qsrqvd/

1 个答案:

答案 0 :(得分:0)

签入项目文件夹config/locales/en.yml文件。它必须包含发生的翻译错误。

en:
 support:
  array:
   words_connector:
    glasses_arms: 'translation here'