From b8fa2165ab277d0ae5056b134bc7ceacc2eddac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Tue, 19 Dec 2017 17:36:59 +0800 Subject: [PATCH] * Fix bug dev API. --- module/dev/lang/en.php | 3 +++ module/dev/lang/zh-cn.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/module/dev/lang/en.php b/module/dev/lang/en.php index 8c251b96bd..c50930a5c1 100644 --- a/module/dev/lang/en.php +++ b/module/dev/lang/en.php @@ -90,6 +90,9 @@ $lang->dev->tableList['doccontent'] = 'Doc Content'; $lang->dev->tableList['storystage'] = 'Story Stage'; $lang->dev->tableList['tutorial'] = 'Tutorial'; $lang->dev->tableList['suitecase'] = 'Suite Case'; +$lang->dev->tableList['score'] = 'Score'; +$lang->dev->tableList['entry'] = 'Entry'; +$lang->dev->tableList['webhook'] = 'WebHook'; $lang->dev->groupList['my'] = 'Dashboard'; $lang->dev->groupList['product'] = $lang->productCommon; diff --git a/module/dev/lang/zh-cn.php b/module/dev/lang/zh-cn.php index b5fff62330..dc44c5b126 100644 --- a/module/dev/lang/zh-cn.php +++ b/module/dev/lang/zh-cn.php @@ -90,6 +90,9 @@ $lang->dev->tableList['doccontent'] = '文档内容'; $lang->dev->tableList['storystage'] = '需求阶段'; $lang->dev->tableList['tutorial'] = '新手教程'; $lang->dev->tableList['suitecase'] = '套件用例'; +$lang->dev->tableList['score'] = '积分'; +$lang->dev->tableList['entry'] = '应用'; +$lang->dev->tableList['webhook'] = 'WebHook'; $lang->dev->groupList['my'] = '我的地盘'; $lang->dev->groupList['product'] = $lang->productCommon;