bb15d5fadc
Because French is the reference locale, and we should reflect this to users.
11 lines
682 B
Text
11 lines
682 B
Text
.dropdown.locale-dropdown.header-menu-opener
|
|
%button.button.dropdown-button.icon-only.header-menu-button{ title: t('.languages'), aria: { expanded: 'false', controls: 'locale_menu' } }
|
|
.hidden t('.languages')
|
|
= image_tag "icons/translate-icon.svg", alt: t('.languages'), width: 24, height: 24, lazy: true, aria: { hidden: true }
|
|
%ul.header-menu.dropdown-content
|
|
%li
|
|
= active_link_to save_locale_path(locale: :fr), method: :post, class: "menu-item menu-link", active: I18n.locale == :fr do
|
|
Français
|
|
%li
|
|
= active_link_to save_locale_path(locale: :en), method: :post, class: "menu-item menu-link", active: I18n.locale == :en do
|
|
English
|