You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The buttons use different localization keys than the command menu files.
For example spectcammenu.txt uses #Spec_Mode6 but the code uses #OBS_MAP_CHASE.
The localization keys used for the options drop down exist in resource/valve_language.txt but those are only used by VGUI2 code. Looks like they'll need to be duplicated in titles.txt to work.
@SamVanheer Actually this proved to go even deeper than the actual keys used by the buttons. The spectate GUI is VGUI1 not VGUI2, and as such the controls don't automatically localise themselves, so the buttons were just not having their text localised at all.
I've fixed that issue and added the missing settings strings to the titles.txt so this issue should be fixed in the next beta.
Half-Life has missing localization strings in its spectator mode menu.
(Note how the selected mode is localized correctly, but not the menu list elements)
Spec_ModeN
strings are referenced in the game'stitles.txt
file but it seems to have no effect.(Line 742)
Valve_xxxx
strings are referenced in the game'sspectatormenu.txt
file, but the localization strings are nowhere to be seen.(line 23)
#2316 references a Join Team VGUI menu, however, it also lacks localization strings.
The text was updated successfully, but these errors were encountered: