[Git][cmucl/cmucl][issue-361-herald-for-bug-tracker] 2 commits: Forgot to put a linefeed after the new herald item.
Raymond Toy pushed to branch issue-361-herald-for-bug-tracker at cmucl / cmucl Commits: 0241192c by Raymond Toy at 2024-12-16T08:48:10-08:00 Forgot to put a linefeed after the new herald item. - - - - - ca120a47 by Raymond Toy at 2024-12-16T08:48:26-08:00 Update pot file for new herald message - - - - - 2 changed files: - src/code/save.lisp - src/i18n/locale/cmucl.pot Changes: ===================================== src/code/save.lisp ===================================== @@ -449,6 +449,7 @@ stream) (write-string (intl:gettext "https://gitlab.common-lisp.net/cmucl/cmucl/-/issues") stream)) + terpri ,#'(lambda (stream) (write-string (intl:gettext "See <http://www.cmucl.org/> for support information.") stream)) terpri ===================================== src/i18n/locale/cmucl.pot ===================================== @@ -6897,6 +6897,14 @@ msgstr "" msgid " on " msgstr "" +#: src/code/save.lisp +msgid "Please report issues to " +msgstr "" + +#: src/code/save.lisp +msgid "https://gitlab.common-lisp.net/cmucl/cmucl/-/issues" +msgstr "" + #: src/code/save.lisp msgid "See <http://www.cmucl.org/> for support information." msgstr "" View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/e07fae4289ab152b0decead... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/e07fae4289ab152b0decead... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)