Skip to content

Commit

Permalink
chore: update cldr cdn [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Jul 11, 2024
1 parent d3cb9a0 commit 0e95ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base/src/asset-registries/LocaleData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const registerLocaleDataLoader = (localeId: string, loader: LocaleDataLoader) =>

// register default loader for "en" from ui5 CDN (dev workflow without assets)
registerLocaleDataLoader("en", async () => {
const cldrContent = await fetch(`https://sdk.openui5.org/1.120.5/resources/sap/ui/core/cldr/en.json`);
const cldrContent = await fetch(`https://sdk.openui5.org/1.120.17/resources/sap/ui/core/cldr/en.json`);
return cldrContent.json() as Promise<CLDRData>;
});

Expand Down

0 comments on commit 0e95ae9

Please sign in to comment.