Render.cpp: make maprender translatable

This mainly adds loc::gettext calls.

This commit is part of rewritten history of the localization branch.
The original (unsquashed) commit history can be found here:
https://github.com/Dav999-v/VVVVVV/tree/localization-orig
This commit is contained in:
Dav999-v
2022-12-31 01:48:27 +01:00
committed by Misa Elizabeth Kai
parent 52e847d5c1
commit 949f0fa2e2
3 changed files with 125 additions and 106 deletions

View File

@@ -149,7 +149,7 @@ public:
void printcrewnamedark(int x, int y, int t);
void map_tab(int opt, const std::string& text, bool selected = false);
void map_tab(int opt, const char* text, bool selected = false);
void map_option(int opt, int num_opts, const std::string& text, bool selected = false);