The Install New Updates module on the admin dashboard lists one-time platform installers that still have pending steps on the site. Clicking the green Check For Updates button refreshes the list — an installer only appears when the site actually has something left to install, and it disappears from the list once its steps are complete.

What Add Support For Spanish Text Labels Does

Text labels are the editable words and phrases the website displays, stored in a database table called website_labels. This installer gives that table dedicated columns for translated versions of each label. Although the name mentions only Spanish, it actually covers three languages in separate steps: Spanish, French, and German.

  • Adds a result_es column for Spanish label text, a result_fr column for French, and a result_de column for German.
  • For each language, it then fills in the platform’s standard translations for every label on the site that matches a standard platform label, so the common built-in labels arrive already translated.
  • Labels that are custom to the site (ones the platform’s master label list does not contain) get the new columns too, but their translation fields start empty until the wording is provided manually.

Why It Appears

The installer appears when the website_labels table is missing one or more of the three language columns. Each language is its own step with its own check, so a site that already has the Spanish column but not the French or German ones will still see this installer until all three are in place. This is a legacy condition: sites created before multi-language label support existed will typically have all three steps pending, and that is expected.

Why It Matters

These columns are the groundwork for presenting the site’s text in Spanish, French, or German. Without them, there is nowhere to store a translated version of a label. Running the installer does not switch the website’s language on its own; it gives every label a place to hold its translations and pre-fills the standard ones, so multi-language features have complete data to draw from.

How to Run It

  1. From the admin dashboard, find the Install New Updates module and click Check For Updates.
  2. If the site has pending steps, Add Support For Spanish Text Labels appears in the list. Click Install.
  3. After it completes, click Check For Updates again — the entry disappears once all steps are done.

If Add Support For Spanish Text Labels does not appear in the list, the website is already up to date — the module only shows installers with pending steps, so there is nothing to do.

After Running

Visitors will not see any change. In the Text Labels area of the admin, each label now has Spanish, French, and German values available, with the platform’s standard translations already filled in for the built-in labels. If the site uses custom labels, review them and add translations for any language to be offered, since those fields start empty. The existing English label text is not modified by this installer.