@@ -42,6 +42,11 @@
"description": "Description"
},
+ "in_app_notification": {
+ "see_all": "See All",
+ "mark_all_as_read": "Mark all as read"
+ },
+
"personal_dropdown": {
"home": "Home",
"settings": "Settings",
"description": "概要"
+ "see_all": "通知一覧を見る",
+ "mark_all_as_read": "全て既読にする"
"home": "ホーム",
"settings": "設定",
+ "see_all": "查看通知列表",
+ "mark_all_as_read" : "标记为已读"
"home": "家",
"settings": "设置",
@@ -20,7 +20,7 @@ const logger = loggerFactory('growi:InAppNotificationDropdown');
export const InAppNotificationDropdown = (): JSX.Element => {
- const { t } = useTranslation();
+ const { t } = useTranslation('commons');
const [isOpen, setIsOpen] = useState(false);
const limit = 6;