1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

update seafile-editor&seafile-cdoc translate (#4040)

This commit is contained in:
杨顺强
2019-08-31 22:58:38 +08:00
committed by Daniel Pan
parent 0e58a52f68
commit 1def2509e8
16 changed files with 2278 additions and 53 deletions

View File

@@ -9,10 +9,8 @@ import './assets/css/fa-regular.css';
import './assets/css/fontawesome.css';
import './index.css';
let lang = window.app.pageOptions.lang;
ReactDOM.render(
<I18nextProvider i18n={ i18n } initialLanguage={ lang } >
<I18nextProvider i18n={ i18n } >
<MarkdownEditor />
</I18nextProvider>,
document.getElementById('root')