1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Localise shortcut strings

This commit is contained in:
Ted John
2021-02-08 20:24:33 +00:00
parent f2b8a13087
commit ff86ebbfe5
6 changed files with 177 additions and 99 deletions

View File

@@ -98,7 +98,7 @@ std::string RegisteredShortcut::GetDisplayString() const
for (size_t i = 0; i < numChords; i++)
{
const auto& kc = Current[i];
result += kc.ToString();
result += kc.ToLocalisedString();
if (i < numChords - 1)
{
// TODO localise...