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/ko.toml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/i18n/ko.toml b/i18n/ko.toml index 6001e16..312ab0a 100644 --- a/i18n/ko.toml +++ b/i18n/ko.toml @@ -38,3 +38,12 @@ [message] other = "메시지" + +[warning] +other = "경고" + +[info] +other = "경고" + +[update] +other = "업데이트" \ No newline at end of file -- Gitblit v1.10.0