diff --git a/Gmeek.py b/Gmeek.py index ee48037..e1a7ac2 100644 --- a/Gmeek.py +++ b/Gmeek.py @@ -75,6 +75,7 @@ class GMEEK(): postBase["faviconUrl"]=self.blogBase["faviconUrl"] postBase["filingNum"]=self.blogBase["filingNum"] postBase["startSite"]=self.blogBase["startSite"] + postBase["i18n"]=self.blogBase["i18n"] postBase["commentNum"]=issue["commentNum"] postBase["repoName"]=options.repo_name diff --git a/plist_example.html b/plist_example.html index 15d6694..a9c308b 100644 --- a/plist_example.html +++ b/plist_example.html @@ -74,7 +74,7 @@ h1 a{margin-left: 4px;margin-top: 16px;} var blogBase=%s -var i18nEN=["switch theme","website run "," days","links","about me","Search"]; +var i18nEN=["switch theme","Run "," days","links","about me","Search"]; var i18nCN=["切换主题","网站运行","天","友情链接","关于","搜索"]; if(blogBase["i18n"]=="CN"){var i18n=i18nCN;} else{var i18n=i18nEN;} diff --git a/post_example.html b/post_example.html index 3d4431a..7455e26 100644 --- a/post_example.html +++ b/post_example.html @@ -59,7 +59,7 @@ h1 {display:flex;} var blogBase=%s -var i18nEN=["switch theme","website run "," days","Home"]; +var i18nEN=["switch theme","Run "," days","Home"]; var i18nCN=["切换主题","网站运行","天","首页"]; if(blogBase["i18n"]=="CN"){var i18n=i18nCN;} else{var i18n=i18nEN;}