LoginSignup
0
0

More than 1 year has passed since last update.

I18n機能 日本語化対応

Posted at

1.デフォルト言語の設定

デフォルト言語を日本語に変更するため、下記のコードをconfig/application.rbに追加

config/application.rb
module I18nApp
  class Application < Rails::Application
    config.i18n.default_locale = :ja # 追加
  end
end

2.ja.ymlの作成
スクリーンショット 2021-10-13 230300.png

0
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
0
0