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/en.toml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index fedc54c..db4901f 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -38,3 +38,12 @@ [message] other = "Message" + +[warning] +other = "Warning" + +[info] +other = "Info" + +[update] +other = "Update" \ No newline at end of file -- Gitblit v1.10.0