Commit b62e4748 authored by Liang Ding's avatar Liang Ding

💥 #12530

parent 96190120
......@@ -533,10 +533,7 @@ public class MetaWeblogAPI {
stringBuilder.append("<member><name>description</name>").append("<value>").append(tagTitle).append("</value></member>");
stringBuilder.append("<member><name>title</name>").append("<value>").append(tagTitle).append("</value></member>");
stringBuilder.append("<member><name>categoryid</name>").append("<value>").append(tagId).append("</value></member>");
stringBuilder.append("<member><name>htmlUrl</name>").append("<value>").append(Latkes.getServePath()).append("/tags/").append(tagTitle).append(
"</value></member>");
stringBuilder.append("<member><name>rsslUrl</name>").append("<value>").append(Latkes.getServePath()).append("/tag-articles-rss.do?oId=").append(tagId).append(
"</value></member>");
stringBuilder.append("<member><name>htmlUrl</name>").append("<value>").append(Latkes.getServePath()).append("/tags/").append(tagTitle).append("</value></member>");
stringBuilder.append("</struct></value>");
}
......
......@@ -24,6 +24,12 @@
# Author: Dongxu Wang
#
cntLabel=
reply1Label=Reply
nextArticleLabel=Next Article
onlineVisitorLabel=Online
cntMonthLabel=Month
cntArticleLabel=Article
useGitHubAccountLoginLabel=Use GitHub account
useLocalAccountLabel=Use local account
chageLabel=Change
......
......@@ -24,6 +24,12 @@
# Author: Dongxu Wang
#
cntLabel=\u4E2A
reply1Label=\u56DE\u590D
nextArticleLabel=\u4E0B\u4E00\u7BC7
onlineVisitorLabel=\u5F53\u524D\u8BBF\u5BA2
cntMonthLabel=\u4E2A\u6708
cntArticleLabel=\u7BC7\u6587\u7AE0
useGitHubAccountLoginLabel=\u4F7F\u7528 GitHub \u8D26\u53F7\u767B\u5F55
useLocalAccountLabel=\u4F7F\u7528\u672C\u5730\u8D26\u53F7
chageLabel=\u66F4\u6362
......
Subproject commit f197f14243b60c389a334fa39dabd563ea6e039a
Subproject commit 982110525f6206c41045dd758d72f9263e9822fe
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment