1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

support unicode currencies with ascii fallback

This commit is contained in:
IntelOrca
2015-11-25 22:31:00 +00:00
parent f3bca21061
commit 46924bc9eb
8 changed files with 104 additions and 31 deletions

View File

@@ -2174,6 +2174,8 @@ enum {
STR_UI_SCALING_DESC = 5579,
STR_CZECH_KORUNA = 5580,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};