Moved static string to locale

This commit is contained in:
2025-07-23 03:38:10 +03:00
parent efa80c4c87
commit f662317bdb
2 changed files with 9 additions and 3 deletions

View File

@@ -14,6 +14,12 @@
"Upload a background image to use (Only supports PNG, JPEG, and WEBP files)"
#define COMMAND_GENERATE_REPORT_ARGS_HEADLINE_DESCRIPTION \
"What is the headline?"
#define COMMAND_GENERATE_REPORT_FAIL_NOT_SUPPORTED(filetype) \
"File type: " + filetype + \
" is not allowed. Only PNG, JPEG, and WEBP are allowed!"
#define COMMAND_GENERATE_REPORT_FAIL_IMAGE_LOAD \
"Failed to load the background image! Aborting. You were not changed for " \
"this."
// Command get_pfp
#define COMMAND_GET_PFP "get_pfp"