サクサク読めて、アプリ限定の機能も多数!
I18n.t('key_to_find', :default => 'text_to_show_when_not_found')
kiyo_hiko のブックマーク 2015/10/09 16:36
Rails I18n, check if translation exists?[rails][padrino][i18n][default][tips][便利]I18n.t('key_to_find', :default => 'text_to_show_when_not_found')2015/10/09 16:36
I18n.t('key_to_find', :default => 'text_to_show_when_not_found')
このブックマークにはスターがありません。 最初のスターをつけてみよう!
stackoverflow.com2013/05/12
Working on a rails 3 app where I want to check if a translation exists before outputting it, and if it doesn't exist fall back to some static text. I could do something like: if I18n.t("some_transl...
2 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /
I18n.t('key_to_find', :default => 'text_to_show_when_not_found')
kiyo_hiko のブックマーク 2015/10/09 16:36
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Rails I18n, check if translation exists?
stackoverflow.com2013/05/12
Working on a rails 3 app where I want to check if a translation exists before outputting it, and if it doesn't exist fall back to some static text. I could do something like: if I18n.t("some_transl...
2 人がブックマーク・1 件のコメント
\ コメントが サクサク読める アプリです /