From e53d75dcc841c4507efd0f4e5e7117c3ef260e5d Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Tue, 28 Sep 2021 22:04:02 +0200 Subject: [PATCH] [AB-332] adding templates for "no warnings" message --- .../warnings/warnings_no_warnings_found_embed_en_US.ftl | 4 ++++ .../warnings/warnings_no_warnings_found_text_en_US.ftl | 1 + 2 files changed, 5 insertions(+) create mode 100644 abstracto-modules/moderation/src/main/resources/en_US/command/warnings/warnings_no_warnings_found_embed_en_US.ftl create mode 100644 translations/moderation/src/main/resources/en_US/commands/warnings/warnings_no_warnings_found_text_en_US.ftl diff --git a/abstracto-modules/moderation/src/main/resources/en_US/command/warnings/warnings_no_warnings_found_embed_en_US.ftl b/abstracto-modules/moderation/src/main/resources/en_US/command/warnings/warnings_no_warnings_found_embed_en_US.ftl new file mode 100644 index 00000000..e02ddf30 --- /dev/null +++ b/abstracto-modules/moderation/src/main/resources/en_US/command/warnings/warnings_no_warnings_found_embed_en_US.ftl @@ -0,0 +1,4 @@ +{ + <#include "moderation_action_color">, + "description": "<@safe_include "warnings_no_warnings_found_text"/>" +} \ No newline at end of file diff --git a/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_no_warnings_found_text_en_US.ftl b/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_no_warnings_found_text_en_US.ftl new file mode 100644 index 00000000..c618a2a9 --- /dev/null +++ b/translations/moderation/src/main/resources/en_US/commands/warnings/warnings_no_warnings_found_text_en_US.ftl @@ -0,0 +1 @@ +No warnings found. \ No newline at end of file