blog
This commit is contained in:
@ -173,6 +173,8 @@ func (c Blog) Set() revel.Result {
|
|||||||
|
|
||||||
c.getRecentBlogs(userId)
|
c.getRecentBlogs(userId)
|
||||||
|
|
||||||
|
c.SetLocale();
|
||||||
|
|
||||||
return c.RenderTemplate("blog/set.html")
|
return c.RenderTemplate("blog/set.html")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -168,7 +168,7 @@ $(function() {
|
|||||||
selector : "#AboutMe",
|
selector : "#AboutMe",
|
||||||
content_css : [ "/css/bootstrap.css", "/css/editor/editor.css" ],
|
content_css : [ "/css/bootstrap.css", "/css/editor/editor.css" ],
|
||||||
skin : "custom",
|
skin : "custom",
|
||||||
language : "zh",
|
language : "{{.locale}}",
|
||||||
height : 300,
|
height : 300,
|
||||||
width : "100%",
|
width : "100%",
|
||||||
skin : "custom",
|
skin : "custom",
|
||||||
|
@ -76,6 +76,7 @@ myNotebook=My notebook
|
|||||||
addNotebook=Add notebook
|
addNotebook=Add notebook
|
||||||
all=Newest
|
all=Newest
|
||||||
trash=Trash
|
trash=Trash
|
||||||
|
delete=Delete
|
||||||
unTitled=UnTitled
|
unTitled=UnTitled
|
||||||
defaultShare=Default sharing
|
defaultShare=Default sharing
|
||||||
leftHidden=Hidden slide bar
|
leftHidden=Hidden slide bar
|
||||||
|
@ -77,6 +77,7 @@ myNotebook=我的笔记本
|
|||||||
addNotebook=添加笔记本
|
addNotebook=添加笔记本
|
||||||
all=最新
|
all=最新
|
||||||
trash=废纸篓
|
trash=废纸篓
|
||||||
|
delete=删除
|
||||||
unTitled=无标题
|
unTitled=无标题
|
||||||
defaultShare=默认共享
|
defaultShare=默认共享
|
||||||
leftHidden=隐藏左侧
|
leftHidden=隐藏左侧
|
||||||
|
Reference in New Issue
Block a user