Skip to content

Commit 2f1b84e

Browse files
committed
fix: build error
Signed-off-by: Dayanidhee Singh <[email protected]>
1 parent b844415 commit 2f1b84e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/platform/src/i18n.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ type Messages = Record<string, IntlString | Record<string, IntlString>>
3333
const loaders = new Map<Plugin, Loader>()
3434
const translations = new Map<Plugin, Messages | Status>()
3535
const cache = new Map<IntlString, IntlMessageFormat | Status>()
36+
const ENGLISH_LOCALE = 'en'
3637

3738
/**
3839
* @public

0 commit comments

Comments
 (0)