@ui5/webcomponents-localization
Version:
Localization for UI5 Web Components
12 lines • 341 B
JavaScript
import getLocale from "@ui5/webcomponents-base/dist/locale/getLocale.js";
const emptyFn = () => { };
/**
* OpenUI5 FormatSettings shim
*/
const FormatSettings = {
getFormatLocale: getLocale,
getLegacyDateFormat: emptyFn,
getCustomLocaleData: emptyFn,
};
export default FormatSettings;
//# sourceMappingURL=FormatSettings.js.map