0
我有一個在config/locales/post.en.yml
稱爲my_message
如下消息中定義的提示信息:在控制器的方法的閃存my_message:如何調用的語言環境
en:
post:
show:
my_message: "Post was successfully saved. And Boom!"
我怎麼叫呢?
class PostsController < ApplicationController
def show
flash[:error] = my_message
end
end
嘗試'噸( 'post.show.my_message')'。 [Rails查找翻譯指南](http://guides.rubyonrails.org/i18n.html#looking-up-translations)。 –
做出答案,我會刪除我的:) –