mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Make "TRANSLATE GENERATE" emit a BANNER command.
This commit is contained in:
@@ -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]);
|
||||
|
||||
@@ -24336,6 +24336,8 @@ No reminders.
|
||||
|
||||
TRANSLATE "LANGID" "en"
|
||||
|
||||
BANNER Reminders for %w, %d%s %m, %y%o:
|
||||
|
||||
TRANSLATE "Monday" ""
|
||||
TRANSLATE "Tuesday" ""
|
||||
TRANSLATE "Wednesday" ""
|
||||
|
||||
Reference in New Issue
Block a user