Initialize the calendars variable after checking if locale is NULL before using it to avoid NULL pointer references. Fix a Excel 2016 crash when formatting dates with the custom format 'ddd'.
-- v2: kernelbase: Check if locale is NULL before using it in Internal_EnumDateFormats().