Feature Request: Localization for trending iv-org#331

This commit is contained in:
Dmitry Sandalov
2021-10-21 14:54:15 +03:00
parent 129779a757
commit d9c58c4837
8 changed files with 34 additions and 1 deletions

View File

@@ -127,6 +127,15 @@
</select>
</div>
<div class="pure-control-group">
<label for="region"><%= translate(locale, "Content country: ") %></label>
<select name="region" id="region">
<% TRENDING_REGIONS.each do |option| %>
<option value="<%= option %>" <% if preferences.region == option %> selected <% end %>><%= option %></option>
<% end %>
</select>
</div>
<div class="pure-control-group">
<label for="player_style"><%= translate(locale, "Player style: ") %></label>
<select name="player_style" id="player_style">