Merging the “History”, “Other locales” and “Translation Memory” tabs

We had 5 tabs in the right sidebarSidebar A sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme. to show different information for each translation:

  • MetaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress..
  • Discuss.
  • History.
  • Other localesLocale Locale = language version, often a combination of a language code and a region code, for instance es_MX denotes Spanish as it’s used in Mexico. A list of all locales supported by WordPress in https://make.wordpress.org/polyglots/teams/.
  • Translation memory (TM).

These tabs took up a lot of horizontal space with small devices and/or screens, showing tabs with only a few letters and without the number of elements, with a bad usability.

I have just deployedDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. a new improvement, merging the content from the “History”, “Other locales” and “TM” in a new tab, called “Others”, removing the three previous tabs.

This PR adds “summary” elements, so the user could show or hide the different elements. This PR remembers the status of each summary (opened or closed) when you change to another row.

Related PR:

#improvements