MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getTranslationWithFormat

Function getTranslationWithFormat

source/ui/utils/boxedTranslation.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26BString getTranslationWithFormat(Msg msg, bool useDefaultIfMissing, BString string1) {
27 return getTranslationWithFormat(msg, useDefaultIfMissing, std::vector<BString>(1, string1));
28}
29
30BString getTranslationWithFormat(Msg msg, bool useDefaultIfMissing, BString string1, BString string2) {
31 std::vector<BString> values;

Callers 14

loadAppsFunction · 0.85
installMethod · 0.85
updateFileListMethod · 0.85
downloadOpenGLMethod · 0.85
downloadFileMethod · 0.85
downloadFileSystemMethod · 0.85
launchMethod · 0.85
installMethod · 0.85
ContainersViewMethod · 0.85
deleteContainerMethod · 0.85
winetricksMethod · 0.85

Calls 4

getTranslationFunction · 0.85
replaceMethod · 0.80
push_backMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected