1
has_one :small_image, :class_name => 'Image', :foreign_key => :sub_category_id, :dependent => :destroy
陽明:
ua:
activerecord:
attributes:
sub_category:
top_category_id: "Головна категорія"
name: "Назва"
description: "Опис"
small_image:
attributes:
file_name: "Ім’я файлу"
觀點:
<%= f.fields_for :small_image do |image| %>
<div class="control-group">
<%= image.label(:file_name, :class => "control-label") %>
....
問題:爲什麼會出現 「文件名」,而不是「Ім'яфайлу 「在瀏覽器中,其餘標籤都是正確的
你試過不窩的I18n文件中的對象? – MurifoX 2012-07-19 12:32:52
是的,但已經建立了非常好的解決方案,如何找到適合所有翻譯的地方。 檢查我自己的答案,這對任何使用翻譯的開發者都會有所幫助 – 2012-07-19 12:58:01