This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
commit fe44c8f3e090b1b244fd4e47e05ced565391c8fb 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 a0fe6978..58bc6c77 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: 关键词
