Make "TRANSLATE GENERATE" emit a BANNER command.

This commit is contained in:
Dianne Skoll
2025-01-14 14:08:46 -05:00
parent c0d73fb9d1
commit b5717828f0
2 changed files with 4 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ GenerateTranslationTemplate(void)
print_escaped_string_helper(stdout, tr("LANGID"), 1);
printf("\n\n");
printf("BANNER %s\n\n", DBufValue(&Banner));
/* Weekday Names */
for (i=0; i<7; i++) {
TranslationTemplate(DayName[i]);

View File

@@ -24336,6 +24336,8 @@ No reminders.
TRANSLATE "LANGID" "en"
BANNER Reminders for %w, %d%s %m, %y%o:
TRANSLATE "Monday" ""
TRANSLATE "Tuesday" ""
TRANSLATE "Wednesday" ""