mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Mark more strings for translation
This commit is contained in:
@ -38,6 +38,11 @@ void SetEnableAlert(bool enable)
|
||||
AlertEnabled = enable;
|
||||
}
|
||||
|
||||
std::string GetTranslation(const char* string)
|
||||
{
|
||||
return str_translator(string);
|
||||
}
|
||||
|
||||
// This is the first stop for gui alerts where the log is updated and the
|
||||
// correct window is shown
|
||||
bool MsgAlert(bool yes_no, int Style, const char* format, ...)
|
||||
|
Reference in New Issue
Block a user