Completely remove support for compile-time localization.

All localization is now done at run-time.
This commit is contained in:
Dianne Skoll
2024-12-10 10:58:09 -05:00
parent 67d1d1366d
commit 585d45e4a1
26 changed files with 108 additions and 2520 deletions
+1 -1
View File
@@ -2171,7 +2171,7 @@ static int FTypeof(func_info *info)
/***************************************************************/
static int FLanguage(func_info *info)
{
return RetStrVal(L_LANGNAME, info);
return RetStrVal("English", info);
}
/***************************************************************/