MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / tr

Function tr

library/strings.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10
11UString tr(const UString &str, const UString domain)
12{
13 return UString(boost::locale::translate(str).str(domain));
14}
15
16U32String to_u32string(const UStringView str)
17{

Callers 15

getLongDateStringMethod · 0.85
getShortDateStringMethod · 0.85
getWeekStringMethod · 0.85
messageMethod · 0.85
getRankNameMethod · 0.85
getTextMethod · 0.85
beginMethod · 0.85
beginMethod · 0.85
BuildingScreenMethod · 0.85
eventOccurredMethod · 0.85
updateInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected