Skip to content

Spanish localization causes menu labels and subtitles to be truncated #1325

Description

@ByteBreeze233

Description

After changing the system locale from English to Spanish (es-ES), some strings in the navigation menu are visibly truncated with an ellipsis.

The Spanish translations are longer than their English equivalents, but the menu layout does not provide enough space to display them completely.

Actual behavior

At least two Spanish strings are truncated:

  • Primary menu label:
    • Displayed: Subir y enviar archivos automática...
  • Subtitle:
    • Displayed: Tipos de archivo, creación y mome...

The complete localized text cannot be read.

Expected behavior

All localized menu labels and subtitles should remain readable after switching to Spanish.

The layout should adapt to longer translations by using an appropriate solution, such as:

  • Allowing text to wrap onto additional lines.
  • Increasing the available text width or row height.
  • Dynamically resizing the layout.
  • Using a shorter approved translation where necessary.
Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions