debian-mirror-gitlab/app/views/devise/shared/_language_switcher.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
145 B
Text
Raw Normal View History

2023-03-04 22:38:38 +05:30
- return unless ::Feature.enabled?(:preferred_language_switcher)
.js-language-switcher{ data: { locales: ordered_selectable_locales.to_json } }