Remove Flag for current selected langauge

Created on 23 August 2020, about 4 years ago
Updated 10 February 2023, almost 2 years ago

Problem/Motivation

I doesnt make sense to show flags for the current displayed language.

Please apply something similar like

  // gtranslate hide flag icon if same language is selected
  function hide_head_tr(lan) {
    if (lan == "en") {
      $("a[title='English']").hide();
    } else if (lan == "de") {
      $("a[title='German']").hide();
    }
  }
  hide_head_tr($("html").attr("lang"));
});
Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

🇩🇪Germany Rar9

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024