From 212d6ccae4ac6a029352fba397219eaf1d30e623 Mon Sep 17 00:00:00 2001 From: Alexander Bilz <mail@alexbilz.com> Date: Sat, 19 Mar 2022 10:22:49 +0000 Subject: [PATCH] feat: add a notice shortcode --- i18n/zh-tw.toml | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml index cee6520..ecfe358 100644 --- a/i18n/zh-tw.toml +++ b/i18n/zh-tw.toml @@ -33,4 +33,13 @@ other = "電子郵件" [message] -other = "消息" \ No newline at end of file +other = "消息" + +[warning] +other = "警告" + +[info] +other = "關於" + +[update] +other = "關於" \ No newline at end of file -- Gitblit v1.10.0