mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Mark all video backend names for translation
This commit is contained in:
parent
e22c5333ab
commit
dc2f22516c
5 changed files with 15 additions and 6 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
#include "Common/StringUtil.h"
|
||||
|
@ -34,7 +35,7 @@ std::string VideoBackend::GetName() const
|
|||
|
||||
std::string VideoBackend::GetDisplayName() const
|
||||
{
|
||||
return "Direct3D 11";
|
||||
return _trans("Direct3D 11");
|
||||
}
|
||||
|
||||
void VideoBackend::InitBackendInfo()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue