Skip to content

Commit

Permalink
fix(localization): missing calendarWeekNumbering (#7684)
Browse files Browse the repository at this point in the history
Co-authored-by: Nayden Naydenov <nnaydenow.work@sap.com>
  • Loading branch information
nnaydenow and Nayden Naydenov committed Oct 11, 2023
1 parent ce81085 commit 01a9349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/localization/src/sap/ui/core/Configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const Configuration = {
getOriginInfo: emptyFn,
getFormatSettings: () => FormatSettings,
getTimezone: () => getConfigTimezone() || TimezoneUtil.getLocalTimezone() as string,
// Calculate calendar week numbering by active format locale
getCalendarWeekNumbering: () => "Default",
};

export default Configuration;

0 comments on commit 01a9349

Please sign in to comment.