Build a bilingual format string from a translatable literal.

Synopsis

Declared in <util/translation.h>

consteval
BilingualFmt(TranslatedLiteral l);

Parameters

Name

Description

l

The literal providing both the format string and its translation.

Created with MrDocs