Add i18n support

This commit is contained in:
James Panther
2021-08-17 16:48:08 +10:00
parent 18ed642ae4
commit 64dd424b80
18 changed files with 66 additions and 22 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
{{ if $icon }}
{{ $icon.Content | safeHTML }}
{{ else }}
<em>Icon not found.</em>
<em>{{ i18n "shortcode.no_icon" }}</em>
{{ end }}
</span>