From afcecdd1e729d58bf78b29e8d8342f39065eef9d Mon Sep 17 00:00:00 2001 From: shingo-nakanishi Date: Sun, 11 Oct 2015 12:53:08 +0900 Subject: [PATCH 1/2] Update zh-TW.yml add i18n --- locales/zh-TW.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/zh-TW.yml b/locales/zh-TW.yml index 5babfed..23ceec0 100644 --- a/locales/zh-TW.yml +++ b/locales/zh-TW.yml @@ -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: From 6924c80edb35dd475d1e34574e5ab9d40e9f4103 Mon Sep 17 00:00:00 2001 From: shingo-nakanishi Date: Sun, 11 Oct 2015 12:55:08 +0900 Subject: [PATCH 2/2] Update zh-CN.yml changed to friendly Chinese --- locales/zh-CN.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index df082ea..dfa89e7 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -6,7 +6,7 @@ zh-CN: email: "电子邮箱" password: "密码" password_confirmation: "密码确认" - remember_me: "记住我" + remember_me: "记忆登录讯息" models: user: "用户" devise: