LoginSignup
10
9

More than 5 years have passed since last update.

[Rails]多言語対応する時にとりあえず導入したいi18nテンプレート

Last updated at Posted at 2014-07-31

i18n-railsというステキテンプレートがあります。

こちらに各言語のi18nのymlファイルがまとまってるので必要なファイルダウンロードして楽に他言語対応できますね。

時間系

  date:
    abbr_day_names:
    - 日
    - 月
    - 火
    - 水
    - 木
    - 金
    - 土

エラー系

  errors:
    format: ! '%{attribute}%{message}'
    messages:
      accepted: を受諾してください。
      blank: を入力してください。
      present: は入力しないでください。
      confirmation: と%{attribute}の入力が一致しません。

ヘルパ系

  helpers:
    select:
      prompt: 選択してください。
    submit:
      create: 登録する
      submit: 保存する
      update: 更新する

それ以外にも色々あります。ぜひ。

10
9
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
10
9