feat(forums): add bootstrap-markdown editor into post new topic page

This commit is contained in:
OldHawk
2017-07-07 15:38:27 +08:00
parent a89ad6a93b
commit 011e2212ed
5 changed files with 39 additions and 3 deletions

View File

@@ -658,7 +658,9 @@
TOPICS: 'Topics',
REPLIES: 'Replies',
VIEWS: 'Views',
LAST_REPLY: 'Last Reply'
LAST_REPLY: 'Last Reply',
TITLE: 'Title',
CONTENT: 'Content'
}
},

View File

@@ -658,7 +658,9 @@
TOPICS: '主题数',
REPLIES: '回贴数',
VIEWS: '查看数',
LAST_REPLY: '最近回复'
LAST_REPLY: '最近回复',
TITLE: '标题',
CONTENT: '内容'
}
},