1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

add trans string

This commit is contained in:
ilearnit
2018-09-07 10:36:15 +08:00
parent 79eebfcaef
commit 3d04ad8c7f

View File

@@ -6,6 +6,8 @@ import WikiOutline from './wiki-outline';
var URL = require('url-parse'); var URL = require('url-parse');
const gettext = window.gettext;
require('@seafile/seafile-editor/src/lib/code-hight-package'); require('@seafile/seafile-editor/src/lib/code-hight-package');
const contentClass = "wiki-md-viewer-rendered-content"; const contentClass = "wiki-md-viewer-rendered-content";
@@ -181,7 +183,7 @@ class MarkdownViewer extends React.Component {
renderingContent={this.state.renderingContent} html={this.state.html} renderingContent={this.state.renderingContent} html={this.state.html}
onLinkClick={this.props.onLinkClick} onLinkClick={this.props.onLinkClick}
/> />
<p id="wiki-page-last-modified">Last modified by {this.props.latestContributor}, <span>{this.props.lastModified}</span></p> <p id="wiki-page-last-modified">{gettext("Last modified by")} {this.props.latestContributor}, <span>{this.props.lastModified}</span></p>
</div> </div>
<div className="markdown-outline"> <div className="markdown-outline">
<WikiOutline <WikiOutline