Add string codes for upstream wallclock mode, add upstream language changes

This commit is contained in:
Jonathan G Rennison
2024-02-13 23:26:24 +00:00
parent fc40f485ff
commit b13b2781bd
97 changed files with 11196 additions and 8939 deletions

View File

@@ -240,6 +240,8 @@ struct EconTime : public DateDetail::BaseTime<struct EconTimeTag> {
{
return ConvertYMDToDate(ymd.year, ymd.month, ymd.day);
}
static bool UsingWallclockUnits(bool newgame = false);
};
namespace DateDetail {