From ed1c854df2fda01549680651c19dbc2fe257b0f4 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
Date: Wed, 24 Mar 2021 23:59:33 +0000
Subject: [PATCH] And notice shortcodes (#537)

---
 i18n/en.toml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/i18n/en.toml b/i18n/en.toml
index c179de8..f4fd23c 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -31,3 +31,15 @@
 
 [see_also]
 other = "See also in"
+
+[notice_warning]
+other = "Warning"
+
+[notice_tip]
+other = "Tip"
+
+[notice_note]
+other = "Note"
+
+[notice_info]
+other = "Info"

--
Gitblit v1.10.0