1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

Optimized translate module (#4044)

* combine dtable translate

* update cdoc html

* optimized code
This commit is contained in:
杨顺强
2019-09-02 15:11:37 +08:00
committed by Daniel Pan
parent 54b8044056
commit 64b7222bd2
13 changed files with 106 additions and 441 deletions

View File

@@ -1,7 +1,7 @@
import React, { Suspense} from 'react';
import ReactDOM from 'react-dom';
import { I18nextProvider } from 'react-i18next';
import i18n from './i18n';
import i18n from './i18n-seafile-editor';
import { seafileAPI } from './utils/seafile-api';
import io from 'socket.io-client';
import { gettext } from './utils/constants';