diff --git a/app/locale.js b/app/locale.js index ff8925fb0..9add30aee 100644 --- a/app/locale.js +++ b/app/locale.js @@ -1,4 +1,4 @@ -import { FluentBundle } from '@fluent/bundle'; +import { FluentBundle } from '@fluent/bundle/compat'; function makeBundle(locale, ftl) { const bundle = new FluentBundle(locale, { useIsolating: false });