From 365ad3853c110d5e02ca9562b38dfaa72fc18eba Mon Sep 17 00:00:00 2001 From: life Date: Sat, 10 May 2014 16:01:50 +0800 Subject: [PATCH] blog i18n --- app/views/Blog/about_me.html | 2 +- app/views/Blog/footer.html | 14 ++++----- app/views/Blog/header.html | 6 ++-- app/views/Blog/highlight.html | 2 ++ app/views/Blog/index.html | 13 ++++---- app/views/Blog/set.html | 59 +++++++++++++++++------------------ app/views/Blog/view.html | 8 ++--- app/views/Home/index.html | 4 +-- app/views/Note/note-dev.html | 2 +- messages/blog.en | 41 ++++++++++++++++++++++++ messages/blog.zh | 41 ++++++++++++++++++++++++ messages/msg.en | 37 ++++++++++++---------- messages/msg.zh | 8 ++++- 13 files changed, 165 insertions(+), 72 deletions(-) create mode 100644 messages/blog.en create mode 100644 messages/blog.zh diff --git a/app/views/Blog/about_me.html b/app/views/Blog/about_me.html index 8032c75..e734d78 100644 --- a/app/views/Blog/about_me.html +++ b/app/views/Blog/about_me.html @@ -4,7 +4,7 @@
- 关于我 + {{msg . "aboutMe"}}
diff --git a/app/views/Blog/footer.html b/app/views/Blog/footer.html index 3af7a0d..84a19d2 100644 --- a/app/views/Blog/footer.html +++ b/app/views/Blog/footer.html @@ -2,19 +2,19 @@ {{$userId := .userBlog.UserId.Hex}}