mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-03 06:17:09 +02:00
Completely remove support for compile-time localization.
All localization is now done at run-time.
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
/***************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user