From 8b2e73a9480cae327fbe05e6f665e7df6bd6dd24 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Wed, 6 Apr 2016 15:41:51 +0800 Subject: [PATCH] locales changed --- config/locales/en.yml | 3 ++- config/locales/zh_tw.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index d342ec2..591a5fc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -12,4 +12,5 @@ en: patent_granted: Patent Granted patent_title: Patent Title patent_number: Patent Number - technology_transfer_category: Category \ No newline at end of file + technology_transfer_category: Category + authors: Authors \ No newline at end of file diff --git a/config/locales/zh_tw.yml b/config/locales/zh_tw.yml index 76cfc53..fb802b5 100644 --- a/config/locales/zh_tw.yml +++ b/config/locales/zh_tw.yml @@ -12,4 +12,5 @@ zh_tw: patent_granted: 是否取得專利 patent_title: 專利名稱 patent_number: 專利證書字號 - technology_transfer_category: 類別 \ No newline at end of file + technology_transfer_category: 類別 + authors: 姓名 \ No newline at end of file