change more translations

This commit is contained in:
邱博亞 2022-01-21 10:14:57 +08:00
parent 2a2d202694
commit 4fab48d77d
3 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ class AnnouncementsController < ApplicationController
"target" => target,
"img_src" => a.image.thumb.url || "/assets/announcement-default.jpg",
"img_description" => desc,
"more" => t(:more_plus),
"more" => t("announcement.more"),
"view_count" => a.view_count
}
else
@ -837,7 +837,7 @@ class AnnouncementsController < ApplicationController
"target" => target,
"img_src" => a.image.thumb.url || "/assets/announcement-default.jpg",
"img_description" => desc,
"more" => t(:more_plus),
"more" => t("announcement.more"),
"view_count" => a.view_count
}
else

View File

@ -113,7 +113,7 @@ module AnnouncementsHelper
"target" => "_self",
"img_src" => fa["image"]["thumb"] || "/assets/announcement-default.jpg",
"img_description" => fa["image_description_translations"][locale],
"more" => t(:more_plus),
"more" => t("announcement.more"),
"view_count" => ""
}
if (!x["title"].empty? rescue false)

View File

@ -152,7 +152,7 @@ zh_tw:
bulletins_and_web_links: 分眾頁籤
index: 索引
search: 搜尋
more: 更多+
more: 更多
more_: 更多
email_reminder: 寄送提醒
activate_email_reminder: 開啟寄送提醒