Fix shop translations and unify untranslated message alerts. (#5312)

* try to fix messages, crashing on vanilla text

* oops

* adjust shop flavor translations to better fit on 2 lines

* run clang format
This commit is contained in:
Pepper0ni
2025-04-07 22:22:23 +01:00
committed by GitHub
parent 497f90a392
commit c351a2cf75
10 changed files with 303 additions and 337 deletions

View File

@@ -544,6 +544,8 @@ typedef enum {
LANGUAGE_MAX
} Language;
#define TODO_TRANSLATE "__Translate_This__"
// TODO get these properties from the textures themselves
#define FONT_CHAR_TEX_WIDTH 16
#define FONT_CHAR_TEX_HEIGHT 16