gem のkaminariを使用してページネーションを実装しております。
日本語表記へ変更したいのですが、うまく反映されません。
どこがおかしいのでしょうか。。。
#ja.yml ja: views: pagination: first: "最初" last: "最後" previous: "前" next: "次" truncate: "..."
#application.rb require_relative 'boot' require 'rails/all' # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups) module App class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. config.i18n.default_locale = :ja config.time_zone = 'Tokyo' end end
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/08/18 02:54