Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(designer): make searchTerm placeholder harder to translate so it's not accidently translated #4764

Merged
merged 1 commit into from
May 3, 2024

Conversation

hartra344
Copy link
Contributor

fixes #3972
This pull request primarily focuses on updating the localization strings and the corresponding usage in the codebase. The changes involve updating a string ID and its corresponding text and comment in the Localize/lang/strings.json file and updating the usage of this string in the SearchResultsGrid component in the searchResult.tsx file.

Localization strings update:

  • Localize/lang/strings.json: The string ID VI7EqG and its text and comment have been removed, and a new string ID 4hlqgK with its corresponding text and comment have been added. The new string ID and text are used to display a message when no search results are found. [1] [2] [3] [4]

Codebase update:

@hartra344 hartra344 merged commit 5be58f9 into main May 3, 2024
11 checks passed
@hartra344 hartra344 deleted the polishSearchTerm branch May 3, 2024 16:24
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.

Polish language does not have proper localized string for "no search results" text
2 participants