Update trans.
This commit is contained in:
parent
bfe87b3a6d
commit
6123ed43bd
|
@ -167,6 +167,7 @@ class AnnouncementsController < ApplicationController
|
||||||
"view-count-head" => t('announcement.table.view_count'),
|
"view-count-head" => t('announcement.table.view_count'),
|
||||||
"display" => display,
|
"display" => display,
|
||||||
"department-head" => t('announcement.table.department'),
|
"department-head" => t('announcement.table.department'),
|
||||||
|
"annc-dept-head" => t("announcement.annc_dept"),
|
||||||
"page-title" => @annc_page_title
|
"page-title" => @annc_page_title
|
||||||
},
|
},
|
||||||
"total_pages" => total_pages
|
"total_pages" => total_pages
|
||||||
|
@ -468,6 +469,7 @@ class AnnouncementsController < ApplicationController
|
||||||
"title-head" => t('announcement.table.title'),
|
"title-head" => t('announcement.table.title'),
|
||||||
"date-head" => t('announcement.table.date'),
|
"date-head" => t('announcement.table.date'),
|
||||||
"author-head" => t('announcement.table.author'),
|
"author-head" => t('announcement.table.author'),
|
||||||
|
"annc-dept-head" => t("announcement.annc_dept"),
|
||||||
"status-head" => t('announcement.table.status'),
|
"status-head" => t('announcement.table.status'),
|
||||||
"subtitle-head" => t('announcement.table.sub_title'),
|
"subtitle-head" => t('announcement.table.sub_title'),
|
||||||
"category-head" => t('announcement.table.category'),
|
"category-head" => t('announcement.table.category'),
|
||||||
|
|
Loading…
Reference in New Issue