Skip to content

Commit 6f5c278

Browse files
committed
feat: change default language
1 parent 11e1676 commit 6f5c278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fluent-editor/src/config/editor.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
export const BIG_DELTA_LIMIT = 2000
33

44
export const CHANGE_LANGUAGE_EVENT = 'change-language'
5-
export const defaultLanguage = 'en-US'
5+
export const defaultLanguage = 'zh-CN'
66

77
// Image
88
export const IMAGE_UPLOADER_MIME_TYPES = [

0 commit comments

Comments
 (0)