[AB-xxx] changing locale of templates to default, instead of explicitly en_US

This commit is contained in:
Sheldan
2024-11-22 21:55:37 +01:00
parent 3cb15ff676
commit 0a3c2cd48a
2096 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"embeds": [
{
<#include "abstracto_color">,
"metaConfig" : {
"preventEmptyEmbed": "true"
},
"description": "<@safe_include "suggestion_vote_agreement_notification_text"/>"
}
],
"messageConfig" : {
"ephemeral": true
}
}

View File

@@ -0,0 +1,14 @@
{
"embeds": [
{
<#include "abstracto_color">,
"metaConfig" : {
"preventEmptyEmbed": "true"
},
"description": "<@safe_include "suggestion_vote_disagreement_notification_text"/>"
}
],
"messageConfig" : {
"ephemeral": true
}
}

View File

@@ -0,0 +1,14 @@
{
"embeds": [
{
<#include "abstracto_color">,
"metaConfig" : {
"preventEmptyEmbed": "true"
},
"description": "<@safe_include "suggestion_vote_removed_notification_text"/>"
}
],
"messageConfig" : {
"ephemeral": true
}
}