Languages beta

Select which languages you'd prefer to see in your feed.

This setting controls which languages you are more likely to see throughout the site, but you may still see other languages, especially English.

This feature is in beta and will improve over time. Another way to tailor your feed is to discover and follow members who write in your preferred language.

<%= form_tag users_update_language_settings_path, class: "grid gap-4" do |f| %> <% Languages::LIST.each do |code, name| %> <% end %> <%= hidden_field_tag :tab, value: @tab %>
<% end %>