mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Mark more strings for translation
This commit is contained in:
parent
584ea8b320
commit
74ea765427
12 changed files with 54 additions and 42 deletions
|
@ -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, ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue