We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922a8ec commit 71bdedbCopy full SHA for 71bdedb
src/spreadsheet.ts
@@ -82,6 +82,7 @@ async function setupUniver(container: HTMLElement) {
82
const univer = new Univer({
83
theme: defaultTheme,
84
logLevel: 3,
85
+ locale: LocaleType.EN_US,
86
locales: {
87
[LocaleType.EN_US]: Tools.deepMerge(
88
await DesignEnUS,
0 commit comments