Fix locale consistency for About page

This commit is contained in:
syeopite
2021-04-16 04:19:15 -07:00
parent c0c1f7bf75
commit 54d964a824
37 changed files with 252 additions and 41 deletions

View File

@@ -13,7 +13,7 @@
<div class="pure-u-3-4">
<div class="h-box">
<h3> <%= translate(locale, "Details") %> </h3>
<p>Country: <%=channel.country%></p> <!-- Translate Country Names -->
<p><%= translate(locale, "Country: ") %><%=channel.country%></p> <!-- Translate Country Names -->
</div>
</div>
<% else %>