diff --git a/abstracto-modules/suggestion/src/main/resources/en_US/commands/suggest/suggest_suggestion_reminder_embed_en_US.ftl b/abstracto-modules/suggestion/src/main/resources/en_US/commands/suggest/suggest_suggestion_reminder_embed_en_US.ftl new file mode 100644 index 00000000..4b73e9b2 --- /dev/null +++ b/abstracto-modules/suggestion/src/main/resources/en_US/commands/suggest/suggest_suggestion_reminder_embed_en_US.ftl @@ -0,0 +1,7 @@ +{ + <#assign suggestionId=suggestionId> + <#assign suggestionDate>${formatDate(suggestionCreationDate, "yyyy-MM-dd HH:mm:ss zz")} + <#assign suggestionLink=suggestionMessage.jumpUrl> + <#include "abstracto_color"/>, + "description": "<@safe_include "suggestionReminderJob_description"/>" +} \ No newline at end of file diff --git a/translations/suggestion/src/main/resources/en_US/config/feature_setup_config_suggestionReminderDays_en_US.ftl b/translations/suggestion/src/main/resources/en_US/config/feature_setup_config_suggestionReminderDays_en_US.ftl new file mode 100644 index 00000000..462a3181 --- /dev/null +++ b/translations/suggestion/src/main/resources/en_US/config/feature_setup_config_suggestionReminderDays_en_US.ftl @@ -0,0 +1 @@ +Amount of days until you are reminded of a suggestion. Default: ${defaultValue} \ No newline at end of file diff --git a/translations/suggestion/src/main/resources/en_US/config/feature_setup_posttarget_suggestionReminder_en_US.ftl b/translations/suggestion/src/main/resources/en_US/config/feature_setup_posttarget_suggestionReminder_en_US.ftl new file mode 100644 index 00000000..bca5f039 --- /dev/null +++ b/translations/suggestion/src/main/resources/en_US/config/feature_setup_posttarget_suggestionReminder_en_US.ftl @@ -0,0 +1 @@ +The channel the suggestion reminder should be posted in. Currently: ${currentTarget} \ No newline at end of file diff --git a/translations/suggestion/src/main/resources/en_US/job/suggestionReminderJob/suggestionReminderJob_description_en_US.ftl b/translations/suggestion/src/main/resources/en_US/job/suggestionReminderJob/suggestionReminderJob_description_en_US.ftl new file mode 100644 index 00000000..4fb41e33 --- /dev/null +++ b/translations/suggestion/src/main/resources/en_US/job/suggestionReminderJob/suggestionReminderJob_description_en_US.ftl @@ -0,0 +1 @@ +Suggestion ${suggestionId} is due. It was created at ${suggestionDate} and can be found [here](${suggestionLink}). \ No newline at end of file