Mark all video backend names for translation

This commit is contained in:
Techjar
2018-06-30 04:53:24 -04:00
parent e22c5333ab
commit dc2f22516c
5 changed files with 15 additions and 6 deletions

View File

@ -7,6 +7,7 @@
#include <string>
#include <utility>
#include "Common/Common.h"
#include "Common/CommonTypes.h"
#include "Common/GL/GLInterfaceBase.h"
@ -51,7 +52,7 @@ std::string VideoSoftware::GetName() const
std::string VideoSoftware::GetDisplayName() const
{
return "Software Renderer";
return _trans("Software Renderer");
}
void VideoSoftware::InitBackendInfo()