This commit is contained in:
life
2014-06-24 21:14:17 +08:00
parent a0acd31fcf
commit 8e05e433de
5 changed files with 7 additions and 3 deletions

View File

@ -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")
} }

View File

@ -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",

View File

@ -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

View File

@ -77,6 +77,7 @@ myNotebook=我的笔记本
addNotebook=添加笔记本 addNotebook=添加笔记本
all=最新 all=最新
trash=废纸篓 trash=废纸篓
delete=删除
unTitled=无标题 unTitled=无标题
defaultShare=默认共享 defaultShare=默认共享
leftHidden=隐藏左侧 leftHidden=隐藏左侧