Skip to content

3.7.4

Choose a tag to compare

@Zeecka Zeecka released this 29 Jul 21:29
· 4 commits to main since this release

♿ Translation context fixes

A pass verifying every translated string against the place it actually renders turned up two defects, both fixed:

  • Accessibility: the upload page's browse button carries an aria-label alongside its visible text, and the label overrides the visible text for screen readers — so the accessible name has to contain what's on screen (WCAG 2.5.3 Label in Name). Spanish, German, Chinese and Portuguese disagreed between the two; all six languages now match their visible label.
  • SEO: the decision-tree page's meta description expanded to 180–210 characters in five languages (English is 160), past the point where search results truncate it. Tightened to 161–172 with the description's gist still front-loaded.

Also verified in this pass: the audio analyzer's Spectrogram/Waveform labels are translated for display only — the channel-selection logic still matches on the backend's English keys — and every format placeholder survives translation across all 89 strings in all six catalogs.

Full changelog: 3.7.3...3.7.4