English source strings corrected (#510)

Requires .po/.pot files to be rebuilt

This resolves #508
This commit is contained in:
Marek Ľach
2019-04-01 20:09:29 +02:00
committed by Baptiste Gelez
parent a674df3a77
commit 2d12524cd1
27 changed files with 806 additions and 418 deletions
@@ -10,8 +10,8 @@
<h2>@i18n!(ctx.1, "What is Plume?")</h2>
<main>
<p>@i18n!(ctx.1, "Plume is a decentralized blogging engine.")</p>
<p>@i18n!(ctx.1, "Authors can manage various blogs from an unique website.")</p>
<p>@i18n!(ctx.1, "Articles are also visible on other Plume websites, and you can interact with them directly from other platforms like Mastodon.")</p>
<p>@i18n!(ctx.1, "Authors can manage various blogs, each as an unique website.")</p>
<p>@i18n!(ctx.1, "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon.")</p>
</main>
<a href="@uri!(user::new)">@i18n!(ctx.1, "Create your account")</a>
</div>