Skip to content

Commit

Permalink
- enable Spanish for Duke and related games.
Browse files Browse the repository at this point in the history
Nam/WW2GI was completed by machine translated texts, this was all simple stuff like item names.
  • Loading branch information
coelckers committed Jan 20, 2023
1 parent a570e77 commit 8e5e52f
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 214 deletions.
2 changes: 1 addition & 1 deletion source/common/engine/i_interface.cpp
Expand Up @@ -29,7 +29,7 @@ CVAR(Bool, vid_fps, false, 0)

EXTERN_CVAR(Bool, ui_generic)

CUSTOM_CVAR(String, language, "auto", CVAR_ARCHIVE | CVAR_NOINITCALL | CVAR_GLOBALCONFIG)
CUSTOM_CVAR(String, language, "auto", CVAR_ARCHIVE | CVAR_NOINITCALL /* | CVAR_GLOBALCONFIG*/)
{
GStrings.UpdateLanguage(self);
UpdateGenericUI(ui_generic);
Expand Down

0 comments on commit 8e5e52f

Please sign in to comment.