mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-19 11:28:51 +00:00
Feature Request: Localization for trending (move TRENDING_REGIONS to i18n.cr as CONTENT_REGIONS)
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
<div class="pure-control-group">
|
||||
<label for="region"><%= translate(locale, "Content country: ") %></label>
|
||||
<select name="region" id="region">
|
||||
<% TRENDING_REGIONS.each do |option| %>
|
||||
<% CONTENT_REGIONS.each do |option| %>
|
||||
<option value="<%= option %>" <% if preferences.region == option %> selected <% end %>><%= option %></option>
|
||||
<% end %>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user