This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/dev by this push:
     new 167b77a6 fix: missing btns.more in i18n
167b77a6 is described below

commit 167b77a6742107b080bdc768dff3c21722eea756
Author: sy-records <[email protected]>
AuthorDate: Wed Apr 24 19:35:41 2024 +0800

    fix: missing btns.more in i18n
---
 i18n/en_US.yaml | 1 +
 i18n/zh_CN.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml
index 0221cfa0..075fecf5 100644
--- a/i18n/en_US.yaml
+++ b/i18n/en_US.yaml
@@ -1199,6 +1199,7 @@ ui:
     closed: Closed
     deleted: Deleted
     pending: Pending
+    more: More
   search:
     title: Search Results
     keywords: Keywords
diff --git a/i18n/zh_CN.yaml b/i18n/zh_CN.yaml
index 0a6258d6..ea8edfb2 100644
--- a/i18n/zh_CN.yaml
+++ b/i18n/zh_CN.yaml
@@ -1162,6 +1162,7 @@ ui:
     closed: 已关闭
     deleted: 已删除
     pending: 等待处理
+    more: 更多
   search:
     title: 搜索结果
     keywords: 关键词

Reply via email to