Mark a bilingual_str as untranslated

Synopsis

Declared in <util/translation.h>

bilingual_str
Untranslated(std::string original);

Return Value

A bilingual_str whose original and translated text are both original.

Parameters

Name

Description

original

The text to use for both the original and translated fields.

Created with MrDocs