[#Untranslated] = Untranslated :mrdocs: Mark a bilingual_str as untranslated == Synopsis Declared in `<util/translation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bilingual_str.adoc[bilingual_str] Untranslated(std::string original); ---- == Return Value A bilingual_str whose original and translated text are both original. == Parameters [cols="1,4"] |=== | Name| Description | *original* | The text to use for both the original and translated fields. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#