HomePhabricator

Merge message_with_kwargs() into message()

Tags
None
Referenced Files
None
Subscribers
None

Description

Merge message_with_kwargs() into message()

message()’s raison d’être as a separate function vanished in a5136074b9:
now that we always show messages in the user interface language (even
the “bulk mode” links after each template on the index page), message()
no longer has a language_code argument that message_with_kwargs()
doesn’t, so we can just have a single message() function that takes
optional kwargs (and otherwise skips formatting).

Details

Provenance
LucasWerkmeisterAuthored on Mar 18 2024, 2:50 PM
Parents
R2362:df3c6682880f: Move most translation tests into toolforge_i18n
Branches
Unknown
Tags
Unknown
ChangeId
None