change more translations
This commit is contained in:
parent
2a2d202694
commit
4fab48d77d
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -152,7 +152,7 @@ zh_tw:
|
|||
bulletins_and_web_links: 分眾頁籤
|
||||
index: 索引
|
||||
search: 搜尋
|
||||
more: 更多+
|
||||
more: 更多→
|
||||
more_: 更多
|
||||
email_reminder: 寄送提醒
|
||||
activate_email_reminder: 開啟寄送提醒
|
||||
|
|
Loading…
Reference in New Issue