Used translate markdown tag for content on interior pages.

This commit is contained in:
Perry Woodin 2016-07-29 11:56:06 -04:00
parent 021ffaac64
commit cb2e19c24a
3 changed files with 19 additions and 19 deletions

View file

@ -9,23 +9,23 @@ description: pages.community.description
<div class="content">
<h2>{% t pages.community.discussion-heading %}</h2>
<p>{% t pages.community.discussion-text %}</p>
{% tmd pages.community.discussion-text %}</p>
<h2>{% t pages.community.social-heading %}</h2>
<p>{% t pages.community.social-text %}</p>
{% tmd pages.community.social-text %}</p>
<h2>{% t pages.community.news-heading %}</h2>
<p>{% t pages.community.news-text %}</p>
{% tmd pages.community.news-text %}</p>
<h2>{% t pages.community.development-heading %}</h2>
<p>{% t pages.community.development-text %}</p>
{% tmd pages.community.development-text %}</p>
<h2>{% t pages.community.masternodes-heading %}</h2>
<p>{% t pages.community.masternodes-text %}</p>
{% tmd pages.community.masternodes-text %}</p>
<h2>{% t pages.community.meda-heading %}</h2>
@ -38,9 +38,9 @@ description: pages.community.description
<h2>{% t pages.get-dash.need-heading %}</h2>
<p>{% t pages.get-dash.need-text %}</p>
{% tmd pages.get-dash.need-text %}</p>
<a href="#" class="btn-blue">{% t pages.get-dash.need-btn %}</a>
<p>{% t pages.get-dash.need-input %}</p>
{% tmd pages.get-dash.need-input %}</p>
</div>