From 05a2a187636cc154b42044652fadce44c37bd0de Mon Sep 17 00:00:00 2001 From: BOHUNG Date: Mon, 24 Feb 2020 15:29:23 +0800 Subject: [PATCH] add module_name to fix translations missing. --- config/locales/en.yml | 2 ++ config/locales/zh_tw.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index b44096a..9eec112 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,4 +1,6 @@ en: + module_name: + cancerpredict: Predict Breast Cancer Tool cancerpredict: cancerpredict: adjust the predict breast cancer tool submitResult: see submit results of the users diff --git a/config/locales/zh_tw.yml b/config/locales/zh_tw.yml index 36a8d8e..898d5bb 100644 --- a/config/locales/zh_tw.yml +++ b/config/locales/zh_tw.yml @@ -1,4 +1,6 @@ zh_tw: + module_name: + cancerpredict: 乳癌預測工具 cancerpredict: cancerpredict: 乳癌預測工具調整 submitResult: 查看用戶繳交表單結果