Render.cpp: make titlerender and gamecompleterender 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:22:39 +01:00
committed by Misa Elizabeth Kai
parent 17c11f7e6c
commit 52e847d5c1
2 changed files with 29 additions and 23 deletions

View File

@@ -119,7 +119,7 @@ static const char* githubfriends[] = {
};
/* Calculate credits length, finally. */
static const int creditmaxposition = 1040 + (10 * (
static const int creditmaxposition = 1068 + (10 * (
SDL_arraysize(superpatrons) + SDL_arraysize(patrons) + SDL_arraysize(githubfriends)
));