Skip to content

fix: add missing "No Results" translation for es and hi (#1390)#1451

Open
3Sangeetha3 wants to merge 1 commit into
processing:mainfrom
3Sangeetha3:fix/add-no-results-translation-es-hi
Open

fix: add missing "No Results" translation for es and hi (#1390)#1451
3Sangeetha3 wants to merge 1 commit into
processing:mainfrom
3Sangeetha3:fix/add-no-results-translation-es-hi

Conversation

@3Sangeetha3

Copy link
Copy Markdown
Contributor

Title: Add missing "No Results" translation to Spanish and Hindi

Resolves #1390

Description

The No Results translation key (used on the search page when no results are found) was missing from both the Spanish (es.yaml) and Hindi (hi.yaml) UI translation files. This caused Spanish and Hindi users to see the English fallback message instead of a localized one.

Changes

  • Added No Results key to src/content/ui/es.yaml:
    No se encontraron resultados para esa búsqueda.
  • Added No Results key to src/content/ui/hi.yaml:
    इस खोज के लिए कोई परिणाम नहीं मिला।

Testing

  1. Switch the site language to Español or हिन्दी
  2. Search for a term that returns no results (e.g., dfasdf)
  3. Verify the "No Results" message appears in the selected language instead of English

Copilot AI review requested due to automatic review settings June 17, 2026 11:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds missing “No Results” UI string translations for Spanish and Hindi locale files to support search/empty-state messaging.

Changes:

  • Added No Results string in es.yaml (Spanish).
  • Added No Results string in hi.yaml (Hindi), replacing a whitespace-only blank line.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/content/ui/hi.yaml Adds Hindi translation for the No Results UI message.
src/content/ui/es.yaml Adds Spanish translation for the No Results UI message.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spanish and Hindi search pages missing "No Results" translated message

2 participants