From 83935aaa60227893e5d0a3d2eb6f77baa697420d Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 7 Jan 2013 10:42:17 +0800 Subject: [PATCH] Add translations --- config/locales/en.yml | 4 +++- config/locales/zh_tw.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 6bbfdc48..b499353e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -284,7 +284,9 @@ en: text: Text Area passed: Approved password: Password - password_confirmation: Password Confirmation + password_change: Change password + password_confirmation: Password confirmation + password_current: Current password pending: Pending picture: Picture placeholder: Placeholder diff --git a/config/locales/zh_tw.yml b/config/locales/zh_tw.yml index 967300cc..9de7cc63 100644 --- a/config/locales/zh_tw.yml +++ b/config/locales/zh_tw.yml @@ -284,7 +284,9 @@ zh_tw: text: 文字區域 passed: 通過審核 password: 密碼 + password_change: 更改密碼 password_confirmation: 確認密碼 + password_current: 目前的密碼 pending: 待審核 picture: 圖片 placeholder: Placeholder