• <%= link_to ''.html_safe, root_path(locale: 'de-de') %>
    • <%= link_to ''.html_safe, root_path(locale: 'en-gb') %>
    • <%= link_to ''.html_safe, root_path(locale: 'en-us') %>
    • <%= link_to ''.html_safe, root_path(locale: 'es-mx') %>
    • <%= link_to ''.html_safe, root_path(locale: 'pt-br') %>
    • <%= link_to ''.html_safe, root_path(locale: 'es-es') %>
    • <%= link_to ''.html_safe, root_path(locale: 'fr-fr') %>
    • <%= link_to ''.html_safe, root_path(locale: 'it') %>
    • <%= link_to ''.html_safe, root_path(locale: 'ru-ru') %>
    • <%= link_to ''.html_safe, root_path(locale: 'ko') %>
    • <%= link_to ''.html_safe, root_path(locale: 'zh-tw') %>
    • <%= link_to ''.html_safe, root_path(locale: 'zh-cn') %>