LoginSignup
2
0

More than 5 years have passed since last update.

Rails I18nでcreated_atなど各モデル共通の属性を一発で日本語化する

Posted at

ユースケース

created_atやupdated_atなど、各モデル共通のattributesを日本語化したいときに。

コード

models.yml
ja:
  attributes:
    created_at: 作成日時
    updated_at: 更新日時

一番上の階層に記述すれば最初に読み込まれる。

参考

http://alfa.hatenablog.jp/entry/2013/12/03/221308
https://qiita.com/Kta-M/items/bd4ba36a58ad602a9d8b

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0