From e34aa65495888b9a61c4e8d42f3616d794e9afc1 Mon Sep 17 00:00:00 2001 From: kellda <59569234+kellda@users.noreply.github.com> Date: Sun, 5 Jul 2020 09:55:55 +0200 Subject: [PATCH] Use compat build of Fluent --- app/locale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });