smptmhr / el-training

株式会社万葉の新入社員教育用カリキュラム
https://everyleaf.com/
2 stars 0 forks source link

Step11 アプリを日本語に対応 #28

Closed smptmhr closed 2 years ago

smptmhr commented 2 years ago

参考

[初学者]Railsのi18nによる日本語化対応

関連PR

日本語対応したことで、システムテスト(#23) の内容を一部書き換える必要がある。 (例)

# 作成成功
    expect(page).to have_content 'Task Created Successfully!'

# 作成成功
    expect(page).to have_content 'タスクを作成しました'