yangdx
commited on
Commit
·
144edae
1
Parent(s):
21de050
Changed default language from Chinese to English
Browse files
lightrag/api/webui/assets/{index-BVPC-aaH.js → index-Cwkxki1i.js}
RENAMED
Binary files a/lightrag/api/webui/assets/index-BVPC-aaH.js and b/lightrag/api/webui/assets/index-Cwkxki1i.js differ
|
|
lightrag/api/webui/index.html
CHANGED
Binary files a/lightrag/api/webui/index.html and b/lightrag/api/webui/index.html differ
|
|
lightrag_webui/src/i18n.js
CHANGED
@@ -11,8 +11,8 @@ i18n
|
|
11 |
en: { translation: en },
|
12 |
zh: { translation: zh }
|
13 |
},
|
14 |
-
lng: '
|
15 |
-
fallbackLng: '
|
16 |
interpolation: {
|
17 |
escapeValue: false
|
18 |
}
|
|
|
11 |
en: { translation: en },
|
12 |
zh: { translation: zh }
|
13 |
},
|
14 |
+
lng: 'en', // default
|
15 |
+
fallbackLng: 'en',
|
16 |
interpolation: {
|
17 |
escapeValue: false
|
18 |
}
|