Oh, damn it, of course the nation relations screen also has flag windows with those titles for pirate and personal flags. And there's also the "Hoist flag" text in there that again has the translation code but is not in common.ini
...
Ugh, I hate it when things that ought to work, just don't. As I said "Hoist flag" already had the translation code added
So it should be as easy as adding
to common.ini, but it doesn't work
Edit: wait, nvermind I forgot about interface_strings. It works when the string is added there.
...
Ugh, I hate it when things that ought to work, just don't. As I said "Hoist flag" already had the translation code added
Code:
}
CreateString(true, "HoistFlag", TranslateString("", "Hoist flag") + ":", FONT_NORMAL, COLOR_NORMAL, 30, 385, SCRIPT_ALIGN_LEFT, 0.75);
Code:
string = Hoist flag,"Izar bandera"
Edit: wait, nvermind I forgot about interface_strings. It works when the string is added there.