mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
add excalidraw viewer
This commit is contained in:
15
frontend/src/pages/excalidraw-viewer/constants.js
Normal file
15
frontend/src/pages/excalidraw-viewer/constants.js
Normal file
@@ -0,0 +1,15 @@
|
||||
export const SAVE_INTERVAL_TIME = 3 * 60 * 1000;
|
||||
|
||||
export const langList = {
|
||||
'zh-cn': 'zh-CN',
|
||||
'en': 'en',
|
||||
'zh-tw': 'zh-TW',
|
||||
'ru': 'ru-RU',
|
||||
'it': 'it-IT',
|
||||
'fr': 'fr-FR',
|
||||
'es-ms': 'en',
|
||||
'es-ar': 'en',
|
||||
'es': 'es-ES',
|
||||
'de': 'de-DE',
|
||||
'cs': 'cs-CZ',
|
||||
};
|
Reference in New Issue
Block a user