Merge pull request #2529 from DmitrySandalov/master

Feature Request: Localization for trending iv-org#331
This commit is contained in:
Samantaz Fox
2021-10-26 23:49:56 +02:00
committed by GitHub
8 changed files with 43 additions and 1 deletions

View File

@@ -127,6 +127,15 @@
</select>
</div>
<div class="pure-control-group">
<label for="region"><%= translate(locale, "preferences_region_label") %></label>
<select name="region" id="region">
<% CONTENT_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, "preferences_player_style_label") %></label>
<select name="player_style" id="player_style">