i18n: remove language code from the locale dropdown
This commit is contained in:
parent
47e1555dce
commit
227b1dc462
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
%ul.header-menu.dropdown-content
|
||||
%li
|
||||
= link_to save_locale_path(locale: :en), method: :post, class: "menu-item menu-link" do
|
||||
EN – English
|
||||
English
|
||||
%li
|
||||
= link_to save_locale_path(locale: :fr), method: :post, class: "menu-item menu-link" do
|
||||
FR – Français
|
||||
Français
|
||||
|
|
Loading…
Reference in a new issue