Skip to content

Commit 55b53ef

Browse files
committed
Merge pull request BlogEngine#45 from yw80/master
Fixed errors in the translation of "LangDirection"
2 parents 96d3e7f + 47255f4 commit 55b53ef

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

BlogEngine/BlogEngine.NET/App_GlobalResources/labels.cs.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1976,7 +1976,7 @@
19761976
<value>Vyprázdnit log soubor</value>
19771977
</data>
19781978
<data name="LangDirection" xml:space="preserve">
1979-
<value>zleva doprava</value>
1979+
<value>ltr</value>
19801980
</data>
19811981
<data name="apmlDescription" xml:space="preserve">
19821982
<value>Vložte URL vašeho webu nebo APML dokumentu</value>

BlogEngine/BlogEngine.NET/App_GlobalResources/labels.zh-CN.resx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,8 +2825,7 @@
28252825
<comment>Justify</comment>
28262826
</data>
28272827
<data name="LangDirection" xml:space="preserve">
2828-
<value>从左向右</value>
2829-
<comment>ltr</comment>
2828+
<value>ltr</value>
28302829
</data>
28312830
<data name="lastUpdate" xml:space="preserve">
28322831
<value>最近更新</value>

BlogEngine/BlogEngine.NET/Custom/Themes/Standard/site.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<div class="container">
7474
<p class="copyright float-left">
7575
<span>Copyright &copy; <%=DateTime.Now.Year %> - <a href="<%=Utils.AbsoluteWebRoot %>"><%=BlogSettings.Instance.Name %></a></span>
76-
<span>Powered by <a href="http://dotnetblogengine.net" target="_blank" title="BlogEgine.NET <%=BlogSettings.Instance.Version() %>">BlogEngine.NET</a> </span>
76+
<span>Powered by <a href="http://dotnetblogengine.net" target="_blank" title="BlogEngine.NET <%=BlogSettings.Instance.Version() %>">BlogEngine.NET</a></span>
7777
</p>
7878
<ul class="float-right list-unstyled social-network">
7979
<li><a href="[CUSTOMFIELD|THEME|Standard|Facebook Account|/]" rel="external nofollow"><i class="icon-facebook"></i></a></li>

0 commit comments

Comments
 (0)