diff --git a/frontend/util/localization.ts b/frontend/util/localization.ts index ebdbb74..b2d60bb 100644 --- a/frontend/util/localization.ts +++ b/frontend/util/localization.ts @@ -15,7 +15,7 @@ * along with this program. If not, see . */ -import { shouldPolyfill } from '@formatjs/intl-numberformat/should-polyfill'; +// import { shouldPolyfill } from '@formatjs/intl-numberformat/should-polyfill'; import '@formatjs/intl-numberformat/polyfill'; import '@formatjs/intl-numberformat/locale-data/de'; import '@formatjs/intl-numberformat/locale-data/en';