Skip to content

Commit

Permalink
Merge pull request #94 from shingo-nakanishi/master
Browse files Browse the repository at this point in the history
Add i18n in zh-TW and Change i18n in zh-CN
  • Loading branch information
JasonBarnabe committed Oct 12, 2015
2 parents 2efebd0 + 6924c80 commit 651e7d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ zh-CN:
email: "电子邮箱"
password: "密码"
password_confirmation: "密码确认"
remember_me: "记住我"
remember_me: "记忆登录讯息"
models:
user: "用户"
devise:
Expand Down
12 changes: 6 additions & 6 deletions locales/zh-TW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ zh-TW:
activerecord:
attributes:
user:
current_password:
email:
password:
password_confirmation:
remember_me:
current_password: "當前密碼"
email: "電子郵箱"
password: "密碼"
password_confirmation: "密碼確認"
remember_me: "記憶登入訊息"
models:
user:
user: "用戶"
devise:
confirmations:
new:
Expand Down

0 comments on commit 651e7d3

Please sign in to comment.